#BCC0CA

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

Shades of Spindle #BCC0CA

Tints of Spindle #BCC0CA

Color information

#BCC0CA (or 0xBCC0CA) is unknown color: approx Spindle. HEX triplet: BC, C0 and CA. RGB value is (188,192,202). Sum of RGB (Red+Green+Blue) = 188+192+202=582 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.30% from 582); Green value is 192 (75.39% from 255 or 32.99% from 582); Blue value is 202 (79.30% from 255 or 34.71% from 582); Max value from RGB is 202 - color contains mainly: blue. Hex color #BCC0CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC0CA is #433F35. Grayscale: #BFBFBF. Windows color (decimal): -4407094 or 13287612. OLE color: 13287612.

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

Color convert

RGB188192202-
CMYK0.070.0500.21
HSL222.86º11.67%76.47%-
HSV(B)222.86º6.93%79.22%-
XYZ50.2552.6563.39-
YUV191.94133.67125.19-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.30%
GREEN value IS 192 (75.39% from 255) = 32.99%
BLUE value IS 202 (79.30% from 255) = 34.71%
R=32.30%
G=32.99%
B=34.71%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1881922020.070.0500.21222.8611.6776.47
HexBCC0CA75015dfc4c
Octal2743003127502533714114
Binary1011110011000000110010101111010101011101111111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC0CA; }

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

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

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

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

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

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

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

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