Color Hex Logo

#bcc9fa Color Hex

#BCC9FA
(188,201,250)
0 Favorites   0 Comments

Color spaces of #bcc9fa

RGB 188201250
HSL0.630.860.86
HSV227°25°98°
CMYK 0.250.200.00   0.02
XYZ58.881059.366898.7981
Yxy59.36680.27130.2735
Hunter Lab77.04991.5713-22.0904
CIE-Lab81.49286.0072-25.5331

#bcc9fa color RGB value is (188,201,250).

#bcc9fa hex color red value is 188, green value is 201 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #bcc9fa hue: 0.63 , saturation: 0.86 and the lightness value of bcc9fa is 0.86.

The process color (four color CMYK) of #bcc9fa color hex is 0.25, 0.20, 0.00, 0.02. Web safe color of #bcc9fa is #ccccff. Color #bcc9fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001001 11111010
Octal 274 311 372
Decimal 188 201 250
Hex BC C9 FA

RGB Percentages of Color #bcc9fa

%29.42
%31.46
%39.12

CMYK Percentages of Color #bcc9fa

%25
%20
%0
%2

Triadic Colors of #bcc9fa

#bcc9fa #fabcc9 #c9fabc

Analogous Colors of #bcc9fa

#bcc9fa #cebcfa #bce8fa

Monochromatic Colors of #bcc9fa

#bcc9fa

Complementary Color

#bcc9fa #faedbc

#bcc9fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc9fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc9fa Color CSS Codes

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

#bcc9fa Text Font Color

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

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


#bcc9fa Background Color

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

This div background color is #bcc9fa


#bcc9fa Border Color

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

This div border color is #bcc9fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc9fa


Comments

No comments written yet.

Please login to write comment.