#BCBFC7

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

Shades of Spindle #BCBFC7

Tints of Spindle #BCBFC7

Color information

#BCBFC7 (or 0xBCBFC7) is unknown color: approx Spindle. HEX triplet: BC, BF and C7. RGB value is (188,191,199). Sum of RGB (Red+Green+Blue) = 188+191+199=578 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.53% from 578); Green value is 191 (75% from 255 or 33.04% from 578); Blue value is 199 (78.12% from 255 or 34.43% from 578); Max value from RGB is 199 - color contains mainly: blue. Hex color #BCBFC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBFC7 is #434038. Grayscale: #BEBEBE. Windows color (decimal): -4407353 or 13090748. OLE color: 13090748.

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

Color convert

RGB188191199-
CMYK0.060.0400.22
HSL223.64º8.94%75.88%-
HSV(B)223.64º5.53%78.04%-
XYZ49.6852.0861.47-
YUV191.02132.51125.85-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.53%
GREEN value IS 191 (75% from 255) = 33.04%
BLUE value IS 199 (78.12% from 255) = 34.43%
R=32.53%
G=33.04%
B=34.43%

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
Decimal1881911990.060.0400.22223.648.9475.88
HexBCBFC764016e094c
Octal2742773076402634011114
Binary1011110010111111110001111101000101101110000010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBFC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBFC7; }

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

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

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

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

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

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

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

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