#BCC2C8

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

Shades of Spindle #BCC2C8

Tints of Spindle #BCC2C8

Color information

#BCC2C8 (or 0xBCC2C8) is unknown color: approx Spindle. HEX triplet: BC, C2 and C8. RGB value is (188,194,200). Sum of RGB (Red+Green+Blue) = 188+194+200=582 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.30% from 582); Green value is 194 (76.17% from 255 or 33.33% from 582); Blue value is 200 (78.52% from 255 or 34.36% from 582); Max value from RGB is 200 - color contains mainly: blue. Hex color #BCC2C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC2C8 is #433D37. Grayscale: #C0C0C0. Windows color (decimal): -4406584 or 13157052. OLE color: 13157052.

HSL color Cylindrical-coordinate representation of color #BCC2C8: hue angle of 210º degrees, saturation: 0.1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BCC2C8 is Cyan = 0.06, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB188194200-
CMYK0.060.0300.22
HSL210º9.84%76.08%-
HSV(B)210º6%78.43%-
XYZ50.4653.4562.3-
YUV192.89132.01124.51-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.30%
GREEN value IS 194 (76.17% from 255) = 33.33%
BLUE value IS 200 (78.52% from 255) = 34.36%
R=32.30%
G=33.33%
B=34.36%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1881942000.060.0300.222109.8476.08
HexBCC2C863016d2a4c
Octal2743023106302632212114
Binary101111001100001011001000110110101101101001010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC2C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC2C8; }

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

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

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

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

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

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

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

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