#BDAEBA

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

Shades of Maverick #BDAEBA

Tints of Maverick #BDAEBA

Color information

#BDAEBA (or 0xBDAEBA) is unknown color: approx Maverick. HEX triplet: BD, AE and BA. RGB value is (189,174,186). Sum of RGB (Red+Green+Blue) = 189+174+186=549 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.43% from 549); Green value is 174 (68.36% from 255 or 31.69% from 549); Blue value is 186 (73.05% from 255 or 33.88% from 549); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAEBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDAEBA is #425145. Grayscale: #B3B3B3. Windows color (decimal): -4346182 or 12234429. OLE color: 12234429.

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

Color convert

RGB189174186-
CMYK00.080.020.26
HSL312º10.2%71.18%-
HSV(B)312º7.94%74.12%-
XYZ44.9944.6452.7-
YUV179.85131.47134.52-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.43%
GREEN value IS 174 (68.36% from 255) = 31.69%
BLUE value IS 186 (73.05% from 255) = 33.88%
R=34.43%
G=31.69%
B=33.88%

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
Decimal18917418600.080.020.2631210.271.18
HexBDAEBA0821A138a47
Octal27525627201023247012107
Binary10111101101011101011101001000101101010011100010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAEBA; }

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

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

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

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

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

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

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

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