#BDA8ED

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

Shades of Melrose #BDA8ED

Tints of Melrose #BDA8ED

Color information

#BDA8ED (or 0xBDA8ED) is unknown color: approx Melrose. HEX triplet: BD, A8 and ED. RGB value is (189,168,237). Sum of RGB (Red+Green+Blue) = 189+168+237=594 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.82% from 594); Green value is 168 (66.02% from 255 or 28.28% from 594); Blue value is 237 (92.97% from 255 or 39.90% from 594); Max value from RGB is 237 - color contains mainly: blue. Hex color #BDA8ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDA8ED is #425712. Grayscale: #B5B5B5. Windows color (decimal): -4347667 or 15575229. OLE color: 15575229.

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

Color convert

RGB189168237-
CMYK0.200.2900.07
HSL258.26º65.71%79.41%-
HSV(B)258.26º29.11%92.94%-
XYZ50.2744.9486.14-
YUV182.14158.96132.89-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.82%
GREEN value IS 168 (66.02% from 255) = 28.28%
BLUE value IS 237 (92.97% from 255) = 39.90%
R=31.82%
G=28.28%
B=39.90%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1891682370.200.2900.07258.2665.7179.41
HexBDA8ED141D07102424f
Octal275250355243507402102117
Binary1011110110101000111011011010011101011110000001010000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA8ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA8ED; }

 p { color: rgb(189,168,237); }

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

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

 a { background-color: rgb(189,168,237); }

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

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

 span { border-color: rgb(189,168,237); }

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