#BDBAC2

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

Shades of French Grey #BDBAC2

Tints of French Grey #BDBAC2

Color information

#BDBAC2 (or 0xBDBAC2) is unknown color: approx French Grey. HEX triplet: BD, BA and C2. RGB value is (189,186,194). Sum of RGB (Red+Green+Blue) = 189+186+194=569 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.22% from 569); Green value is 186 (73.05% from 255 or 32.69% from 569); Blue value is 194 (76.17% from 255 or 34.09% from 569); Max value from RGB is 194 - color contains mainly: blue. Hex color #BDBAC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBAC2 is #42453D. Grayscale: #BBBBBB. Windows color (decimal): -4343102 or 12761789. OLE color: 12761789.

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

Color convert

RGB189186194-
CMYK0.030.0400.24
HSL262.5º6.15%74.51%-
HSV(B)262.5º4.12%76.08%-
XYZ48.2849.8358.11-
YUV187.81131.49128.85-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.22%
GREEN value IS 186 (73.05% from 255) = 32.69%
BLUE value IS 194 (76.17% from 255) = 34.09%
R=33.22%
G=32.69%
B=34.09%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1891861940.030.0400.24262.56.1574.51
HexBDBAC23401810664b
Octal275272302340304066113
Binary101111011011101011000010111000110001000001101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBAC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBAC2; }

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

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

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

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

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

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

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

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