#BDAFBA

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

Shades of Maverick #BDAFBA

Tints of Maverick #BDAFBA

Color information

#BDAFBA (or 0xBDAFBA) is unknown color: approx Maverick. HEX triplet: BD, AF and BA. RGB value is (189,175,186). Sum of RGB (Red+Green+Blue) = 189+175+186=550 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.36% from 550); Green value is 175 (68.75% from 255 or 31.82% from 550); Blue value is 186 (73.05% from 255 or 33.82% from 550); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAFBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDAFBA is #425045. Grayscale: #B4B4B4. Windows color (decimal): -4345926 or 12234685. OLE color: 12234685.

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

Color convert

RGB189175186-
CMYK00.070.020.26
HSL312.86º9.59%71.37%-
HSV(B)312.86º7.41%74.12%-
XYZ45.1845.0252.76-
YUV180.44131.14134.11-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.36%
GREEN value IS 175 (68.75% from 255) = 31.82%
BLUE value IS 186 (73.05% from 255) = 33.82%
R=34.36%
G=31.82%
B=33.82%

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
Decimal18917518600.070.020.26312.869.5971.37
HexBDAFBA0721A139a47
Octal2752572720723247112107
Binary1011110110101111101110100111101101010011100110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAFBA; }

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

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

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

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

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

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

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

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