#BDA9EA

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

Shades of Melrose #BDA9EA

Tints of Melrose #BDA9EA

Color information

#BDA9EA (or 0xBDA9EA) is unknown color: approx Melrose. HEX triplet: BD, A9 and EA. RGB value is (189,169,234). Sum of RGB (Red+Green+Blue) = 189+169+234=592 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.93% from 592); Green value is 169 (66.41% from 255 or 28.55% from 592); Blue value is 234 (91.80% from 255 or 39.53% from 592); Max value from RGB is 234 - color contains mainly: blue. Hex color #BDA9EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDA9EA is #425615. Grayscale: #B6B6B6. Windows color (decimal): -4347414 or 15378877. OLE color: 15378877.

HSL color Cylindrical-coordinate representation of color #BDA9EA: hue angle of 258.46º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BDA9EA is Cyan = 0.19, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB189169234-
CMYK0.190.2800.08
HSL258.46º60.75%79.02%-
HSV(B)258.46º27.78%91.76%-
XYZ50.0345.1483.92-
YUV182.39157.13132.71-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.93%
GREEN value IS 169 (66.41% from 255) = 28.55%
BLUE value IS 234 (91.80% from 255) = 39.53%
R=31.93%
G=28.55%
B=39.53%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1891692340.190.2800.08258.4660.7579.02
HexBDA9EA131C081023d4f
Octal275251352233401040275117
Binary1011110110101001111010101001111100010001000000101111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA9EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA9EA; }

 p { color: rgb(189,169,234); }

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

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

 a { background-color: rgb(189,169,234); }

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

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

 span { border-color: rgb(189,169,234); }

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