#BCABC8

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

Shades of French Grey #BCABC8

Tints of French Grey #BCABC8

Color information

#BCABC8 (or 0xBCABC8) is unknown color: approx French Grey. HEX triplet: BC, AB and C8. RGB value is (188,171,200). Sum of RGB (Red+Green+Blue) = 188+171+200=559 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.63% from 559); Green value is 171 (67.19% from 255 or 30.59% from 559); Blue value is 200 (78.52% from 255 or 35.78% from 559); Max value from RGB is 200 - color contains mainly: blue. Hex color #BCABC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCABC8 is #435437. Grayscale: #B3B3B3. Windows color (decimal): -4412472 or 13151164. OLE color: 13151164.

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

Color convert

RGB188171200-
CMYK0.060.1400.22
HSL275.17º20.86%72.75%-
HSV(B)275.17º14.5%78.43%-
XYZ45.7343.9960.72-
YUV179.39139.63134.14-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.63%
GREEN value IS 171 (67.19% from 255) = 30.59%
BLUE value IS 200 (78.52% from 255) = 35.78%
R=33.63%
G=30.59%
B=35.78%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1881712000.060.1400.22275.1720.8672.75
HexBCABC86E0161131549
Octal27425331061602642325111
Binary1011110010101011110010001101110010110100010011101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCABC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCABC8; }

 p { color: rgb(188,171,200); }

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

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

 a { background-color: rgb(188,171,200); }

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

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

 span { border-color: rgb(188,171,200); }

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