#B5ADF5

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

Shades of Melrose #B5ADF5

Tints of Melrose #B5ADF5

Color information

#B5ADF5 (or 0xB5ADF5) is unknown color: approx Melrose. HEX triplet: B5, AD and F5. RGB value is (181,173,245). Sum of RGB (Red+Green+Blue) = 181+173+245=599 (79% of max value = 765). Red value is 181 (71.09% from 255 or 30.22% from 599); Green value is 173 (67.97% from 255 or 28.88% from 599); Blue value is 245 (96.09% from 255 or 40.90% from 599); Max value from RGB is 245 - color contains mainly: blue. Hex color #B5ADF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B5ADF5 is #4A520A. Grayscale: #B7B7B7. Windows color (decimal): -4870667 or 16100789. OLE color: 16100789.

HSL color Cylindrical-coordinate representation of color #B5ADF5: hue angle of 246.67º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B5ADF5 is Cyan = 0.26, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB181173245-
CMYK0.260.2900.04
HSL246.67º78.26%81.96%-
HSV(B)246.67º29.39%96.08%-
XYZ50.4846.392.66-
YUV183.6162.65126.15-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 30.22%
GREEN value IS 173 (67.97% from 255) = 28.88%
BLUE value IS 245 (96.09% from 255) = 40.90%
R=30.22%
G=28.88%
B=40.90%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1811732450.260.2900.04246.6778.2681.96
HexB5ADF51A1D04f74e52
Octal265255365323504367116122
Binary101101011010110111110101110101110101001111011110011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5ADF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5ADF5; }

 p { color: rgb(181,173,245); }

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

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

 a { background-color: rgb(181,173,245); }

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

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

 span { border-color: rgb(181,173,245); }

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