#BDA9EB

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

Shades of Melrose #BDA9EB

Tints of Melrose #BDA9EB

Color information

#BDA9EB (or 0xBDA9EB) is unknown color: approx Melrose. HEX triplet: BD, A9 and EB. RGB value is (189,169,235). Sum of RGB (Red+Green+Blue) = 189+169+235=593 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.87% from 593); Green value is 169 (66.41% from 255 or 28.50% from 593); Blue value is 235 (92.19% from 255 or 39.63% from 593); Max value from RGB is 235 - color contains mainly: blue. Hex color #BDA9EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDA9EB is #425614. Grayscale: #B6B6B6. Windows color (decimal): -4347413 or 15444413. OLE color: 15444413.

HSL color Cylindrical-coordinate representation of color #BDA9EB: hue angle of 258.18º degrees, saturation: 0.62, 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 #BDA9EB is Cyan = 0.20, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB189169235-
CMYK0.200.2800.08
HSL258.18º62.26%79.22%-
HSV(B)258.18º28.09%92.16%-
XYZ50.1745.1984.68-
YUV182.5157.63132.63-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.87%
GREEN value IS 169 (66.41% from 255) = 28.50%
BLUE value IS 235 (92.19% from 255) = 39.63%
R=31.87%
G=28.50%
B=39.63%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1891692350.200.2800.08258.1862.2679.22
HexBDA9EB141C081023e4f
Octal275251353243401040276117
Binary1011110110101001111010111010011100010001000000101111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA9EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA9EB; }

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

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

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

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

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

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

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

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