#BCC0C7

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

Shades of Spindle #BCC0C7

Tints of Spindle #BCC0C7

Color information

#BCC0C7 (or 0xBCC0C7) is unknown color: approx Spindle. HEX triplet: BC, C0 and C7. RGB value is (188,192,199). Sum of RGB (Red+Green+Blue) = 188+192+199=579 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.47% from 579); Green value is 192 (75.39% from 255 or 33.16% from 579); Blue value is 199 (78.12% from 255 or 34.37% from 579); Max value from RGB is 199 - color contains mainly: blue. Hex color #BCC0C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC0C7 is #433F38. Grayscale: #BFBFBF. Windows color (decimal): -4407097 or 13091004. OLE color: 13091004.

HSL color Cylindrical-coordinate representation of color #BCC0C7: hue angle of 218.18º degrees, saturation: 0.09, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BCC0C7 is Cyan = 0.06, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB188192199-
CMYK0.060.0400.22
HSL218.18º8.94%75.88%-
HSV(B)218.18º5.53%78.04%-
XYZ49.952.5161.54-
YUV191.6132.17125.43-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.47%
GREEN value IS 192 (75.39% from 255) = 33.16%
BLUE value IS 199 (78.12% from 255) = 34.37%
R=32.47%
G=33.16%
B=34.37%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1881921990.060.0400.22218.188.9475.88
HexBCC0C764016da94c
Octal2743003076402633211114
Binary1011110011000000110001111101000101101101101010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC0C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC0C7; }

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

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

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

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

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

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

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

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