#BCC9D4

Color #BCC9D4 Spindle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spindle #BCC9D4

Tints of Spindle #BCC9D4

Color information

#BCC9D4 (or 0xBCC9D4) is unknown color: approx Spindle. HEX triplet: BC, C9 and D4. RGB value is (188,201,212). Sum of RGB (Red+Green+Blue) = 188+201+212=601 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.28% from 601); Green value is 201 (78.91% from 255 or 33.44% from 601); Blue value is 212 (83.20% from 255 or 35.27% from 601); Max value from RGB is 212 - color contains mainly: blue. Hex color #BCC9D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC9D4 is #43362B. Grayscale: #C6C6C6. Windows color (decimal): -4404780 or 13945276. OLE color: 13945276.

HSL color Cylindrical-coordinate representation of color #BCC9D4: hue angle of 207.5º degrees, saturation: 0.22, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BCC9D4 is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB188201212-
CMYK0.110.0500.17
HSL207.5º21.82%78.43%-
HSV(B)207.5º11.32%83.14%-
XYZ53.5157.2270.51-
YUV198.37135.69120.61-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 188 (73.83% from 255) = 31.28%
GREEN value IS 201 (78.91% from 255) = 33.44%
BLUE value IS 212 (83.20% from 255) = 35.27%
R=31.28%
G=33.44%
B=35.27%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1882012120.110.0500.17207.521.8278.43
HexBCC9D4B5011d0164e
Octal27431132413502132026116
Binary101111001100100111010100101110101000111010000101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC9D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC9D4; }

 p { color: rgb(188,201,212); }

 H1.HeaderClassName
 {
   color: #BCC9D4;
 }
 .AnyTagClassName
 {
   color: #BCC9D4;
 }
</style>
background-color css

<style>
 a { background-color: #BCC9D4; }

 a { background-color: rgb(188,201,212); }

 div.DivClassName
 {
   background-color: #BCC9D4;
 }
 .BgClassName
 {
   background-color: #BCC9D4;
 }
</style>
border-color css

<style>
 span { border-color: #BCC9D4; }

 span { border-color: rgb(188,201,212); }

 td.TdClassName
 {
   border-color: #BCC9D4;
 }
 .TagClassName
 {
   border-color: #BCC9D4;
 }
</style>