#BDAEBB

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

Shades of Maverick #BDAEBB

Tints of Maverick #BDAEBB

Color information

#BDAEBB (or 0xBDAEBB) is unknown color: approx Maverick. HEX triplet: BD, AE and BB. RGB value is (189,174,187). Sum of RGB (Red+Green+Blue) = 189+174+187=550 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.36% from 550); Green value is 174 (68.36% from 255 or 31.64% from 550); Blue value is 187 (73.44% from 255 or 34% from 550); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAEBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDAEBB is #425144. Grayscale: #B3B3B3. Windows color (decimal): -4346181 or 12299965. OLE color: 12299965.

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

Color convert

RGB189174187-
CMYK00.080.010.26
HSL308º10.2%71.18%-
HSV(B)308º7.94%74.12%-
XYZ45.0944.6853.26-
YUV179.97131.97134.44-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.36%
GREEN value IS 174 (68.36% from 255) = 31.64%
BLUE value IS 187 (73.44% from 255) = 34%
R=34.36%
G=31.64%
B=34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917418700.080.010.2630810.271.18
HexBDAEBB0811A134a47
Octal27525627301013246412107
Binary1011110110101110101110110100011101010011010010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAEBB; }

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

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

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

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

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

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

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

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