Color Hex Logo

#bcc9da Color Hex

#BCC9DA
(188,201,218)
0 Favorites   0 Comments

Color spaces of #bcc9da

RGB 188201218
HSL0.590.290.80
HSV214°14°85°
CMYK 0.140.080.00   0.15
XYZ54.280657.526674.5725
Yxy57.52660.29120.3087
Hunter Lab75.8463-4.9847-5.2019
CIE-Lab80.4749-1.0081-9.9575

#bcc9da color RGB value is (188,201,218).

#bcc9da hex color red value is 188, green value is 201 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #bcc9da hue: 0.59 , saturation: 0.29 and the lightness value of bcc9da is 0.80.

The process color (four color CMYK) of #bcc9da color hex is 0.14, 0.08, 0.00, 0.15. Web safe color of #bcc9da is #cccccc. Color #bcc9da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001001 11011010
Octal 274 311 332
Decimal 188 201 218
Hex BC C9 DA

RGB Percentages of Color #bcc9da

%30.97
%33.11
%35.91

CMYK Percentages of Color #bcc9da

%14
%8
%0
%15

Triadic Colors of #bcc9da

#bcc9da #dabcc9 #c9dabc

Analogous Colors of #bcc9da

#bcc9da #bebcda #bcd8da

Monochromatic Colors of #bcc9da

#bcc9da

Complementary Color

#bcc9da #dacdbc

#bcc9da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc9da Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc9da Color CSS Codes

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

#bcc9da Text Font Color

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

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


#bcc9da Background Color

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

This div background color is #bcc9da


#bcc9da Border Color

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

This div border color is #bcc9da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc9da


Comments

No comments written yet.

Please login to write comment.