#BDBABF

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

Shades of French Grey #BDBABF

Tints of French Grey #BDBABF

Color information

#BDBABF (or 0xBDBABF) is unknown color: approx French Grey. HEX triplet: BD, BA and BF. RGB value is (189,186,191). Sum of RGB (Red+Green+Blue) = 189+186+191=566 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.39% from 566); Green value is 186 (73.05% from 255 or 32.86% from 566); Blue value is 191 (75% from 255 or 33.75% from 566); Max value from RGB is 191 - color contains mainly: blue. Hex color #BDBABF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBABF is #424540. Grayscale: #BBBBBB. Windows color (decimal): -4343105 or 12565181. OLE color: 12565181.

HSL color Cylindrical-coordinate representation of color #BDBABF: hue angle of 276º degrees, saturation: 0.04, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #BDBABF is Cyan = 0.01, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB189186191-
CMYK0.010.0300.25
HSL276º3.76%73.92%-
HSV(B)276º2.62%74.9%-
XYZ47.9549.756.36-
YUV187.47129.99129.09-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.39%
GREEN value IS 186 (73.05% from 255) = 32.86%
BLUE value IS 191 (75% from 255) = 33.75%
R=33.39%
G=32.86%
B=33.75%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1891861910.010.0300.252763.7673.92
HexBDBABF1301911444a
Octal275272277130314244112
Binary1011110110111010101111111110110011000101001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBABF; }

 p { color: rgb(189,186,191); }

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

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

 a { background-color: rgb(189,186,191); }

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

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

 span { border-color: rgb(189,186,191); }

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