#BCC6D2

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

Shades of Spindle #BCC6D2

Tints of Spindle #BCC6D2

Color information

#BCC6D2 (or 0xBCC6D2) is unknown color: approx Spindle. HEX triplet: BC, C6 and D2. RGB value is (188,198,210). Sum of RGB (Red+Green+Blue) = 188+198+210=596 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.54% from 596); Green value is 198 (77.73% from 255 or 33.22% from 596); Blue value is 210 (82.42% from 255 or 35.23% from 596); Max value from RGB is 210 - color contains mainly: blue. Hex color #BCC6D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC6D2 is #43392D. Grayscale: #C4C4C4. Windows color (decimal): -4405550 or 13813436. OLE color: 13813436.

HSL color Cylindrical-coordinate representation of color #BCC6D2: hue angle of 212.73º degrees, saturation: 0.2, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BCC6D2 is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB188198210-
CMYK0.100.0600.18
HSL212.73º19.64%78.04%-
HSV(B)212.73º10.48%82.35%-
XYZ52.5755.7368.96-
YUV196.38135.69122.02-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.54%
GREEN value IS 198 (77.73% from 255) = 33.22%
BLUE value IS 210 (82.42% from 255) = 35.23%
R=31.54%
G=33.22%
B=35.23%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1881982100.100.0600.18212.7319.6478.04
HexBCC6D2A6012d5144e
Octal27430632212602232524116
Binary101111001100011011010010101011001001011010101101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC6D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC6D2; }

 p { color: rgb(188,198,210); }

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

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

 a { background-color: rgb(188,198,210); }

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

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

 span { border-color: rgb(188,198,210); }

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