#BDB2B9

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

Shades of Maverick #BDB2B9

Tints of Maverick #BDB2B9

Color information

#BDB2B9 (or 0xBDB2B9) is unknown color: approx Maverick. HEX triplet: BD, B2 and B9. RGB value is (189,178,185). Sum of RGB (Red+Green+Blue) = 189+178+185=552 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.24% from 552); Green value is 178 (69.92% from 255 or 32.25% from 552); Blue value is 185 (72.66% from 255 or 33.51% from 552); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB2B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDB2B9 is #424D46. Grayscale: #B6B6B6. Windows color (decimal): -4345159 or 12169917. OLE color: 12169917.

HSL color Cylindrical-coordinate representation of color #BDB2B9: hue angle of 321.82º degrees, saturation: 0.08, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BDB2B9 is Cyan = 0, Magento = 0.06, Yellow = 0.02 and Black (K on CMYK) = 0.26.

Color convert

RGB189178185-
CMYK00.060.020.26
HSL321.82º7.69%71.96%-
HSV(B)321.82º5.82%74.12%-
XYZ45.6646.1652.4-
YUV182.09129.64132.93-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.24%
GREEN value IS 178 (69.92% from 255) = 32.25%
BLUE value IS 185 (72.66% from 255) = 33.51%
R=34.24%
G=32.25%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.02
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917818500.060.020.26321.827.6971.96
HexBDB2B90621A142848
Octal2752622710623250210110
Binary1011110110110010101110010110101101010100001010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB2B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB2B9; }

 p { color: rgb(189,178,185); }

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

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

 a { background-color: rgb(189,178,185); }

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

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

 span { border-color: rgb(189,178,185); }

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