#b5adf6

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

Shades of Melrose #B5ADF6

Tints of Melrose #B5ADF6

Color information

#B5ADF6 (or 0xB5ADF6) is unknown color: approx Melrose. HEX triplet: B5, AD and F6. RGB value is (181,173,246). Sum of RGB (Red+Green+Blue) = 181+173+246=600 (79% of max value = 765). Red value is 181 (71.09% from 255 or 30.17% from 600); Green value is 173 (67.97% from 255 or 28.83% from 600); Blue value is 246 (96.48% from 255 or 41% from 600); Max value from RGB is 246 - color contains mainly: blue. Hex color #B5ADF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B5ADF6 is #4A5209. Grayscale: #B7B7B7. Windows color (decimal): -4870666 or 16166325. OLE color: 16166325.

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

Color convert

RGB181173246-
CMYK0.260.3000.04
HSL246.58º80.22%82.16%-
HSV(B)246.58º29.67%96.47%-
XYZ50.6346.3693.47-
YUV183.71163.15126.06-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 30.17%
GREEN value IS 173 (67.97% from 255) = 28.83%
BLUE value IS 246 (96.48% from 255) = 41%
R=30.17%
G=28.83%
B=41%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1811732460.260.3000.04246.5880.2282.16
HexB5ADF61A1E04f75052
Octal265255366323604367120122
Binary101101011010110111110110110101111001001111011110100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b5adf6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b5adf6; }

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

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

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

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

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

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

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

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