#BCC3CA

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

Shades of Spindle #BCC3CA

Tints of Spindle #BCC3CA

Color information

#BCC3CA (or 0xBCC3CA) is unknown color: approx Spindle. HEX triplet: BC, C3 and CA. RGB value is (188,195,202). Sum of RGB (Red+Green+Blue) = 188+195+202=585 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.14% from 585); Green value is 195 (76.56% from 255 or 33.33% from 585); Blue value is 202 (79.30% from 255 or 34.53% from 585); Max value from RGB is 202 - color contains mainly: blue. Hex color #BCC3CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC3CA is #433C35. Grayscale: #C1C1C1. Windows color (decimal): -4406326 or 13288380. OLE color: 13288380.

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

Color convert

RGB188195202-
CMYK0.070.0300.21
HSL210º11.67%76.47%-
HSV(B)210º6.93%79.22%-
XYZ50.9153.9963.61-
YUV193.7132.68123.93-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.14%
GREEN value IS 195 (76.56% from 255) = 33.33%
BLUE value IS 202 (79.30% from 255) = 34.53%
R=32.14%
G=33.33%
B=34.53%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1881952020.070.0300.2121011.6776.47
HexBCC3CA73015d2c4c
Octal2743033127302532214114
Binary101111001100001111001010111110101011101001011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC3CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC3CA; }

 p { color: rgb(188,195,202); }

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

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

 a { background-color: rgb(188,195,202); }

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

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

 span { border-color: rgb(188,195,202); }

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