#BDACFF

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

Shades of Melrose #BDACFF

Tints of Melrose #BDACFF

Color information

#BDACFF (or 0xBDACFF) is unknown color: approx Melrose. HEX triplet: BD, AC and FF. RGB value is (189,172,255). Sum of RGB (Red+Green+Blue) = 189+172+255=616 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.68% from 616); Green value is 172 (67.58% from 255 or 27.92% from 616); Blue value is 255 (100% from 255 or 41.40% from 616); Max value from RGB is 255 - color contains mainly: blue. Hex color #BDACFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDACFF is #425300. Grayscale: #BABABA. Windows color (decimal): -4346625 or 16755901. OLE color: 16755901.

HSL color Cylindrical-coordinate representation of color #BDACFF: hue angle of 252.29º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BDACFF is Cyan = 0.26, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB189172255-
CMYK0.260.3300
HSL252.29º100%83.73%-
HSV(B)252.29º32.55%100%-
XYZ53.7947.54100.95-
YUV186.54166.63129.75-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.68%
GREEN value IS 172 (67.58% from 255) = 27.92%
BLUE value IS 255 (100% from 255) = 41.40%
R=30.68%
G=27.92%
B=41.40%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1891722550.260.3300252.2910083.73
HexBDACFF1A2100fc6454
Octal275254377324100374144124
Binary10111101101011001111111111010100001001111110011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDACFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDACFF; }

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

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

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

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

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

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

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

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