#BCC8CE

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

Shades of Spindle #BCC8CE

Tints of Spindle #BCC8CE

Color information

#BCC8CE (or 0xBCC8CE) is unknown color: approx Spindle. HEX triplet: BC, C8 and CE. RGB value is (188,200,206). Sum of RGB (Red+Green+Blue) = 188+200+206=594 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.65% from 594); Green value is 200 (78.52% from 255 or 33.67% from 594); Blue value is 206 (80.86% from 255 or 34.68% from 594); Max value from RGB is 206 - color contains mainly: blue. Hex color #BCC8CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC8CE is #433731. Grayscale: #C5C5C5. Windows color (decimal): -4405042 or 13551804. OLE color: 13551804.

HSL color Cylindrical-coordinate representation of color #BCC8CE: hue angle of 200º degrees, saturation: 0.16, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BCC8CE is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB188200206-
CMYK0.090.0300.19
HSL200º15.52%77.25%-
HSV(B)200º8.74%80.78%-
XYZ52.5356.4666.52-
YUV197.1133.02121.51-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.65%
GREEN value IS 200 (78.52% from 255) = 33.67%
BLUE value IS 206 (80.86% from 255) = 34.68%
R=31.65%
G=33.67%
B=34.68%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1882002060.090.0300.1920015.5277.25
HexBCC8CE93013c8104d
Octal27431031611302331020115
Binary10111100110010001100111010011101001111001000100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC8CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC8CE; }

 p { color: rgb(188,200,206); }

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

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

 a { background-color: rgb(188,200,206); }

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

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

 span { border-color: rgb(188,200,206); }

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