#BDACFA

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

Shades of Melrose #BDACFA

Tints of Melrose #BDACFA

Color information

#BDACFA (or 0xBDACFA) is unknown color: approx Melrose. HEX triplet: BD, AC and FA. RGB value is (189,172,250). Sum of RGB (Red+Green+Blue) = 189+172+250=611 (80% of max value = 765). Red value is 189 (74.22% from 255 or 30.93% from 611); Green value is 172 (67.58% from 255 or 28.15% from 611); Blue value is 250 (98.05% from 255 or 40.92% from 611); Max value from RGB is 250 - color contains mainly: blue. Hex color #BDACFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDACFA is #425305. Grayscale: #B9B9B9. Windows color (decimal): -4346630 or 16428221. OLE color: 16428221.

HSL color Cylindrical-coordinate representation of color #BDACFA: hue angle of 253.08º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BDACFA is Cyan = 0.24, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB189172250-
CMYK0.240.3100.02
HSL253.08º88.64%82.75%-
HSV(B)253.08º31.2%98.04%-
XYZ52.9947.2396.76-
YUV185.98164.13130.16-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.93%
GREEN value IS 172 (67.58% from 255) = 28.15%
BLUE value IS 250 (98.05% from 255) = 40.92%
R=30.93%
G=28.15%
B=40.92%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1891722500.240.3100.02253.0888.6482.75
HexBDACFA181F02fd5953
Octal275254372303702375131123
Binary10111101101011001111101011000111110101111110110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDACFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDACFA; }

 p { color: rgb(189,172,250); }

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

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

 a { background-color: rgb(189,172,250); }

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

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

 span { border-color: rgb(189,172,250); }

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