#BDAFB9

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

Shades of Maverick #BDAFB9

Tints of Maverick #BDAFB9

Color information

#BDAFB9 (or 0xBDAFB9) is unknown color: approx Maverick. HEX triplet: BD, AF and B9. RGB value is (189,175,185). Sum of RGB (Red+Green+Blue) = 189+175+185=549 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.43% from 549); Green value is 175 (68.75% from 255 or 31.88% from 549); Blue value is 185 (72.66% from 255 or 33.70% from 549); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAFB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDAFB9 is #425046. Grayscale: #B4B4B4. Windows color (decimal): -4345927 or 12169149. OLE color: 12169149.

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

Color convert

RGB189175185-
CMYK00.070.020.26
HSL317.14º9.59%71.37%-
HSV(B)317.14º7.41%74.12%-
XYZ45.0744.9852.21-
YUV180.33130.64134.19-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.43%
GREEN value IS 175 (68.75% from 255) = 31.88%
BLUE value IS 185 (72.66% from 255) = 33.70%
R=34.43%
G=31.88%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.02
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917518500.070.020.26317.149.5971.37
HexBDAFB90721A13da47
Octal2752572710723247512107
Binary1011110110101111101110010111101101010011110110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAFB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAFB9; }

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

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

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

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

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

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

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

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