#BDB1B9

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

Shades of Maverick #BDB1B9

Tints of Maverick #BDB1B9

Color information

#BDB1B9 (or 0xBDB1B9) is unknown color: approx Maverick. HEX triplet: BD, B1 and B9. RGB value is (189,177,185). Sum of RGB (Red+Green+Blue) = 189+177+185=551 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.30% from 551); Green value is 177 (69.53% from 255 or 32.12% from 551); Blue value is 185 (72.66% from 255 or 33.58% from 551); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB1B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDB1B9 is #424E46. Grayscale: #B5B5B5. Windows color (decimal): -4345415 or 12169661. OLE color: 12169661.

HSL color Cylindrical-coordinate representation of color #BDB1B9: hue angle of 320º 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 #BDB1B9 is Cyan = 0, Magento = 0.06, Yellow = 0.02 and Black (K on CMYK) = 0.26.

Color convert

RGB189177185-
CMYK00.060.020.26
HSL320º8.33%71.76%-
HSV(B)320º6.35%74.12%-
XYZ45.4745.7752.34-
YUV181.5129.98133.35-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.30%
GREEN value IS 177 (69.53% from 255) = 32.12%
BLUE value IS 185 (72.66% from 255) = 33.58%
R=34.30%
G=32.12%
B=33.58%

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
Decimal18917718500.060.020.263208.3371.76
HexBDB1B90621A140848
Octal2752612710623250010110
Binary1011110110110001101110010110101101010100000010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB1B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB1B9; }

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

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

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

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

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

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

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

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