#BDA6FF

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

Shades of Melrose #BDA6FF

Tints of Melrose #BDA6FF

Color information

#BDA6FF (or 0xBDA6FF) is unknown color: approx Melrose. HEX triplet: BD, A6 and FF. RGB value is (189,166,255). Sum of RGB (Red+Green+Blue) = 189+166+255=610 (80% of max value = 765). Red value is 189 (74.22% from 255 or 30.98% from 610); Green value is 166 (65.23% from 255 or 27.21% from 610); Blue value is 255 (100% from 255 or 41.80% from 610); Max value from RGB is 255 - color contains mainly: blue. Hex color #BDA6FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDA6FF is #425900. Grayscale: #B6B6B6. Windows color (decimal): -4348161 or 16754365. OLE color: 16754365.

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

Color convert

RGB189166255-
CMYK0.260.3500
HSL255.51º100%82.55%-
HSV(B)255.51º34.9%100%-
XYZ52.6745.31100.58-
YUV183.02168.62132.26-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.98%
GREEN value IS 166 (65.23% from 255) = 27.21%
BLUE value IS 255 (100% from 255) = 41.80%
R=30.98%
G=27.21%
B=41.80%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1891662550.260.3500255.5110082.55
HexBDA6FF1A23001006453
Octal275246377324300400144123
Binary101111011010011011111111110101000110010000000011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA6FF; }

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

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

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

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

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

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

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

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