#BDAEB7

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

Shades of Maverick #BDAEB7

Tints of Maverick #BDAEB7

Color information

#BDAEB7 (or 0xBDAEB7) is unknown color: approx Maverick. HEX triplet: BD, AE and B7. RGB value is (189,174,183). Sum of RGB (Red+Green+Blue) = 189+174+183=546 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.62% from 546); Green value is 174 (68.36% from 255 or 31.87% from 546); Blue value is 183 (71.88% from 255 or 33.52% from 546); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAEB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDAEB7 is #425148. Grayscale: #B3B3B3. Windows color (decimal): -4346185 or 12037821. OLE color: 12037821.

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

Color convert

RGB189174183-
CMYK00.080.030.26
HSL324º10.2%71.18%-
HSV(B)324º7.94%74.12%-
XYZ44.6744.5151.04-
YUV179.51129.97134.77-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.62%
GREEN value IS 174 (68.36% from 255) = 31.87%
BLUE value IS 183 (71.88% from 255) = 33.52%
R=34.62%
G=31.87%
B=33.52%

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
Decimal18917418300.080.030.2632410.271.18
HexBDAEB70831A144a47
Octal27525626701033250412107
Binary10111101101011101011011101000111101010100010010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAEB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAEB7; }

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

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

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

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

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

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

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

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