Color Hex Logo

#bcbee8 Color Hex

#BCBEE8
(188,190,232)
0 Favorites   0 Comments

Color spaces of #bcbee8

RGB 188190232
HSL0.660.490.82
HSV237°19°91°
CMYK 0.190.180.00   0.09
XYZ53.718053.344583.8092
Yxy53.34450.28140.2795
Hunter Lab73.03733.4691-16.9082
CIE-Lab78.07807.8852-21.0874

#bcbee8 color RGB value is (188,190,232).

#bcbee8 hex color red value is 188, green value is 190 and the blue value of its RGB is 232. Cylindrical-coordinate representations (also known as HSL) of color #bcbee8 hue: 0.66 , saturation: 0.49 and the lightness value of bcbee8 is 0.82.

The process color (four color CMYK) of #bcbee8 color hex is 0.19, 0.18, 0.00, 0.09. Web safe color of #bcbee8 is #ccccff. Color #bcbee8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111110 11101000
Octal 274 276 350
Decimal 188 190 232
Hex BC BE E8

RGB Percentages of Color #bcbee8

%30.82
%31.15
%38.03

CMYK Percentages of Color #bcbee8

%19
%18
%0
%9

Triadic Colors of #bcbee8

#bcbee8 #e8bcbe #bee8bc

Analogous Colors of #bcbee8

#bcbee8 #d0bce8 #bcd4e8

Monochromatic Colors of #bcbee8

#bcbee8

Complementary Color

#bcbee8 #e8e6bc

#bcbee8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcbee8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcbee8 Color CSS Codes

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

#bcbee8 Text Font Color

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

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


#bcbee8 Background Color

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

This div background color is #bcbee8


#bcbee8 Border Color

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

This div border color is #bcbee8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcbee8


Comments

No comments written yet.

Please login to write comment.