#BDAEB8

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

Shades of Maverick #BDAEB8

Tints of Maverick #BDAEB8

Color information

#BDAEB8 (or 0xBDAEB8) is unknown color: approx Maverick. HEX triplet: BD, AE and B8. RGB value is (189,174,184). Sum of RGB (Red+Green+Blue) = 189+174+184=547 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.55% from 547); Green value is 174 (68.36% from 255 or 31.81% from 547); Blue value is 184 (72.27% from 255 or 33.64% from 547); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAEB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDAEB8 is #425147. Grayscale: #B3B3B3. Windows color (decimal): -4346184 or 12103357. OLE color: 12103357.

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

Color convert

RGB189174184-
CMYK00.080.030.26
HSL320º10.2%71.18%-
HSV(B)320º7.94%74.12%-
XYZ44.7744.5551.59-
YUV179.62130.47134.69-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.55%
GREEN value IS 174 (68.36% from 255) = 31.81%
BLUE value IS 184 (72.27% from 255) = 33.64%
R=34.55%
G=31.81%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.03
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917418400.080.030.2632010.271.18
HexBDAEB80831A140a47
Octal27525627001033250012107
Binary10111101101011101011100001000111101010100000010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAEB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAEB8; }

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

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

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

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

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

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

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

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