#BDA9FD

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

Shades of Melrose #BDA9FD

Tints of Melrose #BDA9FD

Color information

#BDA9FD (or 0xBDA9FD) is unknown color: approx Melrose. HEX triplet: BD, A9 and FD. RGB value is (189,169,253). Sum of RGB (Red+Green+Blue) = 189+169+253=611 (80% of max value = 765). Red value is 189 (74.22% from 255 or 30.93% from 611); Green value is 169 (66.41% from 255 or 27.66% from 611); Blue value is 253 (99.22% from 255 or 41.41% from 611); Max value from RGB is 253 - color contains mainly: blue. Hex color #BDA9FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDA9FD is #425602. Grayscale: #B8B8B8. Windows color (decimal): -4347395 or 16624061. OLE color: 16624061.

HSL color Cylindrical-coordinate representation of color #BDA9FD: hue angle of 254.29º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BDA9FD is Cyan = 0.25, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB189169253-
CMYK0.250.3300.01
HSL254.29º95.45%82.75%-
HSV(B)254.29º33.2%99.22%-
XYZ52.946.2999.07-
YUV184.56166.63131.17-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.93%
GREEN value IS 169 (66.41% from 255) = 27.66%
BLUE value IS 253 (99.22% from 255) = 41.41%
R=30.93%
G=27.66%
B=41.41%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1891692530.250.3300.01254.2995.4582.75
HexBDA9FD192101fe5f53
Octal275251375314101376137123
Binary10111101101010011111110111001100001011111111010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA9FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA9FD; }

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

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

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

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

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

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

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

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