Color Hex Logo

#b7bdde Color Hex

#B7BDDE
(183,189,222)
0 Favorites   0 Comments

Color spaces of #b7bdde

RGB 183189222
HSL0.640.370.79
HSV231°18°87°
CMYK 0.180.150.00   0.13
XYZ50.910951.736476.4101
Yxy51.73640.28430.2889
Hunter Lab71.92800.4689-12.6349
CIE-Lab77.12294.6716-17.1730

#b7bdde color RGB value is (183,189,222).

#b7bdde hex color red value is 183, green value is 189 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #b7bdde hue: 0.64 , saturation: 0.37 and the lightness value of b7bdde is 0.79.

The process color (four color CMYK) of #b7bdde color hex is 0.18, 0.15, 0.00, 0.13. Web safe color of #b7bdde is #cccccc. Color #b7bdde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 10111101 11011110
Octal 267 275 336
Decimal 183 189 222
Hex B7 BD DE

RGB Percentages of Color #b7bdde

%30.81
%31.82
%37.37

CMYK Percentages of Color #b7bdde

%18
%15
%0
%13

Triadic Colors of #b7bdde

#b7bdde #deb7bd #bddeb7

Analogous Colors of #b7bdde

#b7bdde #c5b7de #b7d1de

Monochromatic Colors of #b7bdde

#b7bdde

Complementary Color

#b7bdde #ded8b7

#b7bdde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7bdde Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7bdde Color CSS Codes

.mybgcolor {background-color:#b7bdde; } 
.myforecolor {color:#b7bdde; }
.mybordercolor {border:3px solid #b7bdde; }

#b7bdde Text Font Color

<p style="color:#b7bdde">Text here</p>

This sample text font color is #b7bdde
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#b7bdde Background Color

<div style="background-color:#b7bdde">
Div content here</div>

This div background color is #b7bdde


#b7bdde Border Color

<div style="border:3px solid #b7bdde">
Div here</div>

This div border color is #b7bdde


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(183,189,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b7bdde; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b7bdde;
  -webkit-box-shadow: 1px 1px 3px 2px #b7bdde;
  box-shadow:         1px 1px 3px 2px #b7bdde; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(183,189,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b7bdde">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #b7bdde;
  -webkit-box-shadow: 1px 1px 3px 2px #b7bdde;
  box-shadow:         1px 1px 3px 2px #b7bdde;">
Div content here</div>

This div box has shadow with color #b7bdde


Comments

No comments written yet.

Please login to write comment.