#BDBBA2

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

Shades of Mist Grey #BDBBA2

Tints of Mist Grey #BDBBA2

Color information

#BDBBA2 (or 0xBDBBA2) is unknown color: approx Mist Grey. HEX triplet: BD, BB and A2. RGB value is (189,187,162). Sum of RGB (Red+Green+Blue) = 189+187+162=538 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.13% from 538); Green value is 187 (73.44% from 255 or 34.76% from 538); Blue value is 162 (63.67% from 255 or 30.11% from 538); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBBA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDBBA2 is #42445D. Grayscale: #B8B8B8. Windows color (decimal): -4342878 or 10664893. OLE color: 10664893.

HSL color Cylindrical-coordinate representation of color #BDBBA2: hue angle of 55.56º degrees, saturation: 0.17, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BDBBA2 is Cyan = 0, Magento = 0.01, Yellow = 0.14 and Black (K on CMYK) = 0.26.

Color convert

RGB189187162-
CMYK00.010.140.26
HSL55.56º16.98%68.82%-
HSV(B)55.56º14.29%74.12%-
XYZ45.2848.9741.25-
YUV184.75115.16131.03-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.13%
GREEN value IS 187 (73.44% from 255) = 34.76%
BLUE value IS 162 (63.67% from 255) = 30.11%
R=35.13%
G=34.76%
B=30.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.14
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918716200.010.140.2655.5616.9868.82
HexBDBBA201E1A381145
Octal2752732420116327021105
Binary10111101101110111010001001111011010111000100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBBA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBBA2; }

 p { color: rgb(189,187,162); }

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

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

 a { background-color: rgb(189,187,162); }

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

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

 span { border-color: rgb(189,187,162); }

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