#BDB1B7

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

Shades of Maverick #BDB1B7

Tints of Maverick #BDB1B7

Color information

#BDB1B7 (or 0xBDB1B7) is unknown color: approx Maverick. HEX triplet: BD, B1 and B7. RGB value is (189,177,183). Sum of RGB (Red+Green+Blue) = 189+177+183=549 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.43% from 549); Green value is 177 (69.53% from 255 or 32.24% from 549); Blue value is 183 (71.88% from 255 or 33.33% from 549); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB1B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDB1B7 is #424E48. Grayscale: #B5B5B5. Windows color (decimal): -4345417 or 12038589. OLE color: 12038589.

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

Color convert

RGB189177183-
CMYK00.060.030.26
HSL330º8.33%71.76%-
HSV(B)330º6.35%74.12%-
XYZ45.2645.6851.23-
YUV181.27128.98133.51-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.43%
GREEN value IS 177 (69.53% from 255) = 32.24%
BLUE value IS 183 (71.88% from 255) = 33.33%
R=34.43%
G=32.24%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.03
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917718300.060.030.263308.3371.76
HexBDB1B70631A14a848
Octal2752612670633251210110
Binary1011110110110001101101110110111101010100101010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB1B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB1B7; }

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

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

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

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

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

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

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

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