#BDAEE5

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

Shades of Melrose #BDAEE5

Tints of Melrose #BDAEE5

Color information

#BDAEE5 (or 0xBDAEE5) is unknown color: approx Melrose. HEX triplet: BD, AE and E5. RGB value is (189,174,229). Sum of RGB (Red+Green+Blue) = 189+174+229=592 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.93% from 592); Green value is 174 (68.36% from 255 or 29.39% from 592); Blue value is 229 (89.84% from 255 or 38.68% from 592); Max value from RGB is 229 - color contains mainly: blue. Hex color #BDAEE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDAEE5 is #42511A. Grayscale: #B8B8B8. Windows color (decimal): -4346139 or 15052477. OLE color: 15052477.

HSL color Cylindrical-coordinate representation of color #BDAEE5: hue angle of 256.36º degrees, saturation: 0.51, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BDAEE5 is Cyan = 0.17, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB189174229-
CMYK0.170.2400.10
HSL256.36º51.4%79.02%-
HSV(B)256.36º24.02%89.8%-
XYZ50.2746.7580.5-
YUV184.76152.97131.03-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.93%
GREEN value IS 174 (68.36% from 255) = 29.39%
BLUE value IS 229 (89.84% from 255) = 38.68%
R=31.93%
G=29.39%
B=38.68%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1891742290.170.2400.10256.3651.479.02
HexBDAEE511180A100334f
Octal275256345213001240063117
Binary1011110110101110111001011000111000010101000000001100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAEE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAEE5; }

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

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

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

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

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

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

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

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