#BDAEEB

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

Shades of Melrose #BDAEEB

Tints of Melrose #BDAEEB

Color information

#BDAEEB (or 0xBDAEEB) is unknown color: approx Melrose. HEX triplet: BD, AE and EB. RGB value is (189,174,235). Sum of RGB (Red+Green+Blue) = 189+174+235=598 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.61% from 598); Green value is 174 (68.36% from 255 or 29.10% from 598); Blue value is 235 (92.19% from 255 or 39.30% from 598); Max value from RGB is 235 - color contains mainly: blue. Hex color #BDAEEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDAEEB is #425114. Grayscale: #B9B9B9. Windows color (decimal): -4346133 or 15445693. OLE color: 15445693.

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

Color convert

RGB189174235-
CMYK0.200.2600.08
HSL254.75º60.4%80.2%-
HSV(B)254.75º25.96%92.16%-
XYZ51.1247.0984.99-
YUV185.44155.97130.54-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.61%
GREEN value IS 174 (68.36% from 255) = 29.10%
BLUE value IS 235 (92.19% from 255) = 39.30%
R=31.61%
G=29.10%
B=39.30%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1891742350.200.2600.08254.7560.480.2
HexBDAEEB141A08ff3c50
Octal275256353243201037774120
Binary101111011010111011101011101001101001000111111111111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAEEB; }

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

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

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

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

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

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

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

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