#BDA8FD

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

Shades of Melrose #BDA8FD

Tints of Melrose #BDA8FD

Color information

#BDA8FD (or 0xBDA8FD) is unknown color: approx Melrose. HEX triplet: BD, A8 and FD. RGB value is (189,168,253). Sum of RGB (Red+Green+Blue) = 189+168+253=610 (80% of max value = 765). Red value is 189 (74.22% from 255 or 30.98% from 610); Green value is 168 (66.02% from 255 or 27.54% from 610); Blue value is 253 (99.22% from 255 or 41.48% from 610); Max value from RGB is 253 - color contains mainly: blue. Hex color #BDA8FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDA8FD is #425702. Grayscale: #B7B7B7. Windows color (decimal): -4347651 or 16623805. OLE color: 16623805.

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

Color convert

RGB189168253-
CMYK0.250.3400.01
HSL254.82º95.51%82.55%-
HSV(B)254.82º33.6%99.22%-
XYZ52.7245.9299.01-
YUV183.97166.96131.59-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.98%
GREEN value IS 168 (66.02% from 255) = 27.54%
BLUE value IS 253 (99.22% from 255) = 41.48%
R=30.98%
G=27.54%
B=41.48%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1891682530.250.3400.01254.8295.5182.55
HexBDA8FD192201ff6053
Octal275250375314201377140123
Binary10111101101010001111110111001100010011111111111000001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA8FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA8FD; }

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

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

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

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

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

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

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

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