#BCC4CA

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

Shades of Spindle #BCC4CA

Tints of Spindle #BCC4CA

Color information

#BCC4CA (or 0xBCC4CA) is unknown color: approx Spindle. HEX triplet: BC, C4 and CA. RGB value is (188,196,202). Sum of RGB (Red+Green+Blue) = 188+196+202=586 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.08% from 586); Green value is 196 (76.95% from 255 or 33.45% from 586); Blue value is 202 (79.30% from 255 or 34.47% from 586); Max value from RGB is 202 - color contains mainly: blue. Hex color #BCC4CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC4CA is #433B35. Grayscale: #C2C2C2. Windows color (decimal): -4406070 or 13288636. OLE color: 13288636.

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

Color convert

RGB188196202-
CMYK0.070.0300.21
HSL205.71º11.67%76.47%-
HSV(B)205.71º6.93%79.22%-
XYZ51.1454.4463.69-
YUV194.29132.35123.51-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.08%
GREEN value IS 196 (76.95% from 255) = 33.45%
BLUE value IS 202 (79.30% from 255) = 34.47%
R=32.08%
G=33.45%
B=34.47%

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
Decimal1881962020.070.0300.21205.7111.6776.47
HexBCC4CA73015cec4c
Octal2743043127302531614114
Binary101111001100010011001010111110101011100111011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC4CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC4CA; }

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

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

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

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

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

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

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

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