#BDAEB9

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

Shades of Maverick #BDAEB9

Tints of Maverick #BDAEB9

Color information

#BDAEB9 (or 0xBDAEB9) is unknown color: approx Maverick. HEX triplet: BD, AE and B9. RGB value is (189,174,185). Sum of RGB (Red+Green+Blue) = 189+174+185=548 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.49% from 548); Green value is 174 (68.36% from 255 or 31.75% from 548); Blue value is 185 (72.66% from 255 or 33.76% from 548); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAEB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDAEB9 is #425146. Grayscale: #B3B3B3. Windows color (decimal): -4346183 or 12168893. OLE color: 12168893.

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

Color convert

RGB189174185-
CMYK00.080.020.26
HSL316º10.2%71.18%-
HSV(B)316º7.94%74.12%-
XYZ44.8844.5952.14-
YUV179.74130.97134.61-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.49%
GREEN value IS 174 (68.36% from 255) = 31.75%
BLUE value IS 185 (72.66% from 255) = 33.76%
R=34.49%
G=31.75%
B=33.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.02
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917418500.080.020.2631610.271.18
HexBDAEB90821A13ca47
Octal27525627101023247412107
Binary10111101101011101011100101000101101010011110010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAEB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAEB9; }

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

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

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

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

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

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

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

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