#BDAAF5

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

Shades of Melrose #BDAAF5

Tints of Melrose #BDAAF5

Color information

#BDAAF5 (or 0xBDAAF5) is unknown color: approx Melrose. HEX triplet: BD, AA and F5. RGB value is (189,170,245). Sum of RGB (Red+Green+Blue) = 189+170+245=604 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.29% from 604); Green value is 170 (66.80% from 255 or 28.15% from 604); Blue value is 245 (96.09% from 255 or 40.56% from 604); Max value from RGB is 245 - color contains mainly: blue. Hex color #BDAAF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDAAF5 is #42550A. Grayscale: #B7B7B7. Windows color (decimal): -4347147 or 16100029. OLE color: 16100029.

HSL color Cylindrical-coordinate representation of color #BDAAF5: hue angle of 255.2º degrees, saturation: 0.79, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BDAAF5 is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB189170245-
CMYK0.230.3100.04
HSL255.2º78.95%81.37%-
HSV(B)255.2º30.61%96.08%-
XYZ51.8446.1692.56-
YUV184.23162.29131.4-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.29%
GREEN value IS 170 (66.80% from 255) = 28.15%
BLUE value IS 245 (96.09% from 255) = 40.56%
R=31.29%
G=28.15%
B=40.56%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1891702450.230.3100.04255.278.9581.37
HexBDAAF5171F04ff4f51
Octal275252365273704377117121
Binary101111011010101011110101101111111101001111111110011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAAF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAAF5; }

 p { color: rgb(189,170,245); }

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

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

 a { background-color: rgb(189,170,245); }

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

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

 span { border-color: rgb(189,170,245); }

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