#BDAAF3

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

Shades of Melrose #BDAAF3

Tints of Melrose #BDAAF3

Color information

#BDAAF3 (or 0xBDAAF3) is unknown color: approx Melrose. HEX triplet: BD, AA and F3. RGB value is (189,170,243). Sum of RGB (Red+Green+Blue) = 189+170+243=602 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.40% from 602); Green value is 170 (66.80% from 255 or 28.24% from 602); Blue value is 243 (95.31% from 255 or 40.37% from 602); Max value from RGB is 243 - color contains mainly: blue. Hex color #BDAAF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDAAF3 is #42550C. Grayscale: #B7B7B7. Windows color (decimal): -4347149 or 15968957. OLE color: 15968957.

HSL color Cylindrical-coordinate representation of color #BDAAF3: hue angle of 255.62º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BDAAF3 is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB189170243-
CMYK0.220.3000.05
HSL255.62º75.26%80.98%-
HSV(B)255.62º30.04%95.29%-
XYZ51.5446.0490.96-
YUV184161.29131.56-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.40%
GREEN value IS 170 (66.80% from 255) = 28.24%
BLUE value IS 243 (95.31% from 255) = 40.37%
R=31.40%
G=28.24%
B=40.37%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1891702430.220.3000.05255.6275.2680.98
HexBDAAF3161E051004b51
Octal275252363263605400113121
Binary1011110110101010111100111011011110010110000000010010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAAF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAAF3; }

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

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

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

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

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

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

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

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