#BDAFB8

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

Shades of Maverick #BDAFB8

Tints of Maverick #BDAFB8

Color information

#BDAFB8 (or 0xBDAFB8) is unknown color: approx Maverick. HEX triplet: BD, AF and B8. RGB value is (189,175,184). Sum of RGB (Red+Green+Blue) = 189+175+184=548 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.49% from 548); Green value is 175 (68.75% from 255 or 31.93% from 548); Blue value is 184 (72.27% from 255 or 33.58% from 548); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAFB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDAFB8 is #425047. Grayscale: #B4B4B4. Windows color (decimal): -4345928 or 12103613. OLE color: 12103613.

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

Color convert

RGB189175184-
CMYK00.070.030.26
HSL321.43º9.59%71.37%-
HSV(B)321.43º7.41%74.12%-
XYZ44.9744.9451.65-
YUV180.21130.14134.27-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.49%
GREEN value IS 175 (68.75% from 255) = 31.93%
BLUE value IS 184 (72.27% from 255) = 33.58%
R=34.49%
G=31.93%
B=33.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.03
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917518400.070.030.26321.439.5971.37
HexBDAFB80731A141a47
Octal2752572700733250112107
Binary1011110110101111101110000111111101010100000110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAFB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAFB8; }

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

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

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

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

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

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

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

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