#BDAEE4

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

Shades of Melrose #BDAEE4

Tints of Melrose #BDAEE4

Color information

#BDAEE4 (or 0xBDAEE4) is unknown color: approx Melrose. HEX triplet: BD, AE and E4. RGB value is (189,174,228). Sum of RGB (Red+Green+Blue) = 189+174+228=591 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.98% from 591); Green value is 174 (68.36% from 255 or 29.44% from 591); Blue value is 228 (89.45% from 255 or 38.58% from 591); Max value from RGB is 228 - color contains mainly: blue. Hex color #BDAEE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDAEE4 is #42511B. Grayscale: #B8B8B8. Windows color (decimal): -4346140 or 14986941. OLE color: 14986941.

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

Color convert

RGB189174228-
CMYK0.170.2400.11
HSL256.67º50%78.82%-
HSV(B)256.67º23.68%89.41%-
XYZ50.1346.6979.77-
YUV184.64152.47131.11-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.98%
GREEN value IS 174 (68.36% from 255) = 29.44%
BLUE value IS 228 (89.45% from 255) = 38.58%
R=31.98%
G=29.44%
B=38.58%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1891742280.170.2400.11256.675078.82
HexBDAEE411180B101324f
Octal275256344213001340162117
Binary1011110110101110111001001000111000010111000000011100101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAEE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAEE4; }

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

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

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

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

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

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

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

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