#BDAEEC

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

Shades of Melrose #BDAEEC

Tints of Melrose #BDAEEC

Color information

#BDAEEC (or 0xBDAEEC) is unknown color: approx Melrose. HEX triplet: BD, AE and EC. RGB value is (189,174,236). Sum of RGB (Red+Green+Blue) = 189+174+236=599 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.55% from 599); Green value is 174 (68.36% from 255 or 29.05% from 599); Blue value is 236 (92.58% from 255 or 39.40% from 599); Max value from RGB is 236 - color contains mainly: blue. Hex color #BDAEEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDAEEC is #425113. Grayscale: #B9B9B9. Windows color (decimal): -4346132 or 15511229. OLE color: 15511229.

HSL color Cylindrical-coordinate representation of color #BDAEEC: hue angle of 254.52º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDAEEC is Cyan = 0.20, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB189174236-
CMYK0.200.2600.07
HSL254.52º62%80.39%-
HSV(B)254.52º26.27%92.55%-
XYZ51.2647.1585.76-
YUV185.55156.47130.46-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.55%
GREEN value IS 174 (68.36% from 255) = 29.05%
BLUE value IS 236 (92.58% from 255) = 39.40%
R=31.55%
G=29.05%
B=39.40%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1891742360.200.2600.07254.526280.39
HexBDAEEC141A07ff3e50
Octal27525635424320737776120
Binary10111101101011101110110010100110100111111111111111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAEEC; }

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

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

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

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

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

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

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

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