#BCC4CB

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

Shades of Spindle #BCC4CB

Tints of Spindle #BCC4CB

Color information

#BCC4CB (or 0xBCC4CB) is unknown color: approx Spindle. HEX triplet: BC, C4 and CB. RGB value is (188,196,203). Sum of RGB (Red+Green+Blue) = 188+196+203=587 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.03% from 587); Green value is 196 (76.95% from 255 or 33.39% from 587); Blue value is 203 (79.69% from 255 or 34.58% from 587); Max value from RGB is 203 - color contains mainly: blue. Hex color #BCC4CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC4CB is #433B34. Grayscale: #C2C2C2. Windows color (decimal): -4406069 or 13354172. OLE color: 13354172.

HSL color Cylindrical-coordinate representation of color #BCC4CB: hue angle of 208º 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 #BCC4CB is Cyan = 0.07, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB188196203-
CMYK0.070.0300.20
HSL208º12.61%76.67%-
HSV(B)208º7.39%79.61%-
XYZ51.2654.4864.31-
YUV194.41132.85123.43-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.03%
GREEN value IS 196 (76.95% from 255) = 33.39%
BLUE value IS 203 (79.69% from 255) = 34.58%
R=32.03%
G=33.39%
B=34.58%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1881962030.070.0300.2020812.6176.67
HexBCC4CB73014d0d4d
Octal2743043137302432015115
Binary101111001100010011001011111110101001101000011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC4CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC4CB; }

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

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

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

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

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

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

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

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