#BCC1CA

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

Shades of Spindle #BCC1CA

Tints of Spindle #BCC1CA

Color information

#BCC1CA (or 0xBCC1CA) is unknown color: approx Spindle. HEX triplet: BC, C1 and CA. RGB value is (188,193,202). Sum of RGB (Red+Green+Blue) = 188+193+202=583 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.25% from 583); Green value is 193 (75.78% from 255 or 33.10% from 583); Blue value is 202 (79.30% from 255 or 34.65% from 583); Max value from RGB is 202 - color contains mainly: blue. Hex color #BCC1CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC1CA is #433E35. Grayscale: #C0C0C0. Windows color (decimal): -4406838 or 13287868. OLE color: 13287868.

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

Color convert

RGB188193202-
CMYK0.070.0400.21
HSL218.57º11.67%76.47%-
HSV(B)218.57º6.93%79.22%-
XYZ50.4753.163.47-
YUV192.53133.34124.77-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.25%
GREEN value IS 193 (75.78% from 255) = 33.10%
BLUE value IS 202 (79.30% from 255) = 34.65%
R=32.25%
G=33.10%
B=34.65%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1881932020.070.0400.21218.5711.6776.47
HexBCC1CA74015dbc4c
Octal2743013127402533314114
Binary1011110011000001110010101111000101011101101111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC1CA; }

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

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

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

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

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

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

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

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