#BCC2CB

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

Shades of Spindle #BCC2CB

Tints of Spindle #BCC2CB

Color information

#BCC2CB (or 0xBCC2CB) is unknown color: approx Spindle. HEX triplet: BC, C2 and CB. RGB value is (188,194,203). Sum of RGB (Red+Green+Blue) = 188+194+203=585 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.14% from 585); Green value is 194 (76.17% from 255 or 33.16% from 585); Blue value is 203 (79.69% from 255 or 34.70% from 585); Max value from RGB is 203 - color contains mainly: blue. Hex color #BCC2CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC2CB is #433D34. Grayscale: #C1C1C1. Windows color (decimal): -4406581 or 13353660. OLE color: 13353660.

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

Color convert

RGB188194203-
CMYK0.070.0400.20
HSL216º12.61%76.67%-
HSV(B)216º7.39%79.61%-
XYZ50.8153.5964.17-
YUV193.23133.51124.27-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.14%
GREEN value IS 194 (76.17% from 255) = 33.16%
BLUE value IS 203 (79.69% from 255) = 34.70%
R=32.14%
G=33.16%
B=34.70%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1881942030.070.0400.2021612.6176.67
HexBCC2CB74014d8d4d
Octal2743023137402433015115
Binary1011110011000010110010111111000101001101100011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC2CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC2CB; }

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

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

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

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

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

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

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

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