#BDBBA5

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

Shades of Mist Grey #BDBBA5

Tints of Mist Grey #BDBBA5

Color information

#BDBBA5 (or 0xBDBBA5) is unknown color: approx Mist Grey. HEX triplet: BD, BB and A5. RGB value is (189,187,165). Sum of RGB (Red+Green+Blue) = 189+187+165=541 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.94% from 541); Green value is 187 (73.44% from 255 or 34.57% from 541); Blue value is 165 (64.84% from 255 or 30.50% from 541); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBBA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDBBA5 is #42445A. Grayscale: #B9B9B9. Windows color (decimal): -4342875 or 10861501. OLE color: 10861501.

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

Color convert

RGB189187165-
CMYK00.010.130.26
HSL55º15.38%69.41%-
HSV(B)55º12.7%74.12%-
XYZ45.5549.0842.67-
YUV185.09116.66130.79-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.94%
GREEN value IS 187 (73.44% from 255) = 34.57%
BLUE value IS 165 (64.84% from 255) = 30.50%
R=34.94%
G=34.57%
B=30.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.13
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918716500.010.130.265515.3869.41
HexBDBBA501D1A37f45
Octal2752732450115326717105
Binary1011110110111011101001010111011101011011111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBBA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBBA5; }

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

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

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

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

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

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

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

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