#B8ADDE

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

Shades of Melrose #B8ADDE

Tints of Melrose #B8ADDE

Color information

#B8ADDE (or 0xB8ADDE) is unknown color: approx Melrose. HEX triplet: B8, AD and DE. RGB value is (184,173,222). Sum of RGB (Red+Green+Blue) = 184+173+222=579 (76% of max value = 765). Red value is 184 (72.27% from 255 or 31.78% from 579); Green value is 173 (67.97% from 255 or 29.88% from 579); Blue value is 222 (87.11% from 255 or 38.34% from 579); Max value from RGB is 222 - color contains mainly: blue. Hex color #B8ADDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8ADDE is #475221. Grayscale: #B5B5B5. Windows color (decimal): -4674082 or 14593464. OLE color: 14593464.

HSL color Cylindrical-coordinate representation of color #B8ADDE: hue angle of 253.47º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B8ADDE is Cyan = 0.17, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB184173222-
CMYK0.170.2200.13
HSL253.47º42.61%77.45%-
HSV(B)253.47º22.07%87.06%-
XYZ47.945.3575.34-
YUV181.87150.64129.52-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 31.78%
GREEN value IS 173 (67.97% from 255) = 29.88%
BLUE value IS 222 (87.11% from 255) = 38.34%
R=31.78%
G=29.88%
B=38.34%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1841732220.170.2200.13253.4742.6177.45
HexB8ADDE11160Dfd2b4d
Octal270255336212601537553115
Binary101110001010110111011110100011011001101111111011010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8ADDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8ADDE; }

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

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

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

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

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

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

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

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