#B8ADF1

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

Shades of Melrose #B8ADF1

Tints of Melrose #B8ADF1

Color information

#B8ADF1 (or 0xB8ADF1) is unknown color: approx Melrose. HEX triplet: B8, AD and F1. RGB value is (184,173,241). Sum of RGB (Red+Green+Blue) = 184+173+241=598 (79% of max value = 765). Red value is 184 (72.27% from 255 or 30.77% from 598); Green value is 173 (67.97% from 255 or 28.93% from 598); Blue value is 241 (94.53% from 255 or 40.30% from 598); Max value from RGB is 241 - color contains mainly: blue. Hex color #B8ADF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B8ADF1 is #47520E. Grayscale: #B7B7B7. Windows color (decimal): -4674063 or 15838648. OLE color: 15838648.

HSL color Cylindrical-coordinate representation of color #B8ADF1: hue angle of 249.71º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B8ADF1 is Cyan = 0.24, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB184173241-
CMYK0.240.2800.05
HSL249.71º70.83%81.18%-
HSV(B)249.71º28.22%94.51%-
XYZ50.5946.4389.51-
YUV184.04160.14127.97-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 30.77%
GREEN value IS 173 (67.97% from 255) = 28.93%
BLUE value IS 241 (94.53% from 255) = 40.30%
R=30.77%
G=28.93%
B=40.30%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1841732410.240.2800.05249.7170.8381.18
HexB8ADF1181C05fa4751
Octal270255361303405372107121
Binary101110001010110111110001110001110001011111101010001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8ADF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8ADF1; }

 p { color: rgb(184,173,241); }

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

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

 a { background-color: rgb(184,173,241); }

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

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

 span { border-color: rgb(184,173,241); }

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