#BCC6CD

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

Shades of Spindle #BCC6CD

Tints of Spindle #BCC6CD

Color information

#BCC6CD (or 0xBCC6CD) is unknown color: approx Spindle. HEX triplet: BC, C6 and CD. RGB value is (188,198,205). Sum of RGB (Red+Green+Blue) = 188+198+205=591 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.81% from 591); Green value is 198 (77.73% from 255 or 33.50% from 591); Blue value is 205 (80.47% from 255 or 34.69% from 591); Max value from RGB is 205 - color contains mainly: blue. Hex color #BCC6CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC6CD is #433932. Grayscale: #C3C3C3. Windows color (decimal): -4405555 or 13485756. OLE color: 13485756.

HSL color Cylindrical-coordinate representation of color #BCC6CD: hue angle of 204.71º degrees, saturation: 0.15, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BCC6CD is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB188198205-
CMYK0.080.0300.20
HSL204.71º14.53%77.06%-
HSV(B)204.71º8.29%80.39%-
XYZ51.9555.4965.73-
YUV195.81133.19122.43-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.81%
GREEN value IS 198 (77.73% from 255) = 33.50%
BLUE value IS 205 (80.47% from 255) = 34.69%
R=31.81%
G=33.50%
B=34.69%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1881982050.080.0300.20204.7114.5377.06
HexBCC6CD83014cdf4d
Octal27430631510302431517115
Binary1011110011000110110011011000110101001100110111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC6CD; }

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

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

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

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

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

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

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

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