#BDAAFE

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

Shades of Melrose #BDAAFE

Tints of Melrose #BDAAFE

Color information

#BDAAFE (or 0xBDAAFE) is unknown color: approx Melrose. HEX triplet: BD, AA and FE. RGB value is (189,170,254). Sum of RGB (Red+Green+Blue) = 189+170+254=613 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.83% from 613); Green value is 170 (66.80% from 255 or 27.73% from 613); Blue value is 254 (99.61% from 255 or 41.44% from 613); Max value from RGB is 254 - color contains mainly: blue. Hex color #BDAAFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDAAFE is #425501. Grayscale: #B8B8B8. Windows color (decimal): -4347138 or 16689853. OLE color: 16689853.

HSL color Cylindrical-coordinate representation of color #BDAAFE: hue angle of 253.57º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BDAAFE is Cyan = 0.26, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB189170254-
CMYK0.260.3300.00
HSL253.57º97.67%83.14%-
HSV(B)253.57º33.07%99.61%-
XYZ53.2546.7299.98-
YUV185.26166.79130.67-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.83%
GREEN value IS 170 (66.80% from 255) = 27.73%
BLUE value IS 254 (99.61% from 255) = 41.44%
R=30.83%
G=27.73%
B=41.44%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1891702540.260.3300.00253.5797.6783.14
HexBDAAFE1A2100fe6253
Octal275252376324100376142123
Binary10111101101010101111111011010100001001111111011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAAFE; }

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

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

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

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

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

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

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

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