Color Hex Logo

#b7bcea Color Hex

#B7BCEA
(183,188,234)
0 Favorites   0 Comments

Color spaces of #b7bcea

RGB 183188234
HSL0.650.550.82
HSV234°22°92°
CMYK 0.220.200.00   0.08
XYZ52.362951.974285.1141
Yxy51.97420.27640.2743
Hunter Lab72.09313.4857-19.5334
CIE-Lab77.26547.8818-23.4347

#b7bcea color RGB value is (183,188,234).

#b7bcea hex color red value is 183, green value is 188 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #b7bcea hue: 0.65 , saturation: 0.55 and the lightness value of b7bcea is 0.82.

The process color (four color CMYK) of #b7bcea color hex is 0.22, 0.20, 0.00, 0.08. Web safe color of #b7bcea is #ccccff. Color #b7bcea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 10111100 11101010
Octal 267 274 352
Decimal 183 188 234
Hex B7 BC EA

RGB Percentages of Color #b7bcea

%30.25
%31.07
%38.68

CMYK Percentages of Color #b7bcea

%22
%20
%0
%8

Triadic Colors of #b7bcea

#b7bcea #eab7bc #bceab7

Analogous Colors of #b7bcea

#b7bcea #ccb7ea #b7d6ea

Monochromatic Colors of #b7bcea

#b7bcea

Complementary Color

#b7bcea #eae5b7

#b7bcea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7bcea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7bcea Color CSS Codes

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

#b7bcea Text Font Color

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

This sample text font color is #b7bcea
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.


#b7bcea Background Color

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

This div background color is #b7bcea


#b7bcea Border Color

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

This div border color is #b7bcea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7bcea


Comments

No comments written yet.

Please login to write comment.