Color Hex Logo

#bcc3ef Color Hex

#BCC3EF
(188,195,239)
0 Favorites   0 Comments

Color spaces of #bcc3ef

RGB 188195239
HSL0.640.610.84
HSV232°21°94°
CMYK 0.210.180.00   0.06
XYZ55.834155.953689.5187
Yxy55.95360.27740.2780
Hunter Lab74.80212.3329-18.5932
CIE-Lab79.58746.7375-22.5560

#bcc3ef color RGB value is (188,195,239).

#bcc3ef hex color red value is 188, green value is 195 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #bcc3ef hue: 0.64 , saturation: 0.61 and the lightness value of bcc3ef is 0.84.

The process color (four color CMYK) of #bcc3ef color hex is 0.21, 0.18, 0.00, 0.06. Web safe color of #bcc3ef is #ccccff. Color #bcc3ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000011 11101111
Octal 274 303 357
Decimal 188 195 239
Hex BC C3 EF

RGB Percentages of Color #bcc3ef

%30.23
%31.35
%38.42

CMYK Percentages of Color #bcc3ef

%21
%18
%0
%6

Triadic Colors of #bcc3ef

#bcc3ef #efbcc3 #c3efbc

Analogous Colors of #bcc3ef

#bcc3ef #cfbcef #bcddef

Monochromatic Colors of #bcc3ef

#bcc3ef

Complementary Color

#bcc3ef #efe8bc

#bcc3ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc3ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc3ef Color CSS Codes

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

#bcc3ef Text Font Color

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

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


#bcc3ef Background Color

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

This div background color is #bcc3ef


#bcc3ef Border Color

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

This div border color is #bcc3ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc3ef


Comments

No comments written yet.

Please login to write comment.