#B8ADEB

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

Shades of Melrose #B8ADEB

Tints of Melrose #B8ADEB

Color information

#B8ADEB (or 0xB8ADEB) is unknown color: approx Melrose. HEX triplet: B8, AD and EB. RGB value is (184,173,235). Sum of RGB (Red+Green+Blue) = 184+173+235=592 (78% of max value = 765). Red value is 184 (72.27% from 255 or 31.08% from 592); Green value is 173 (67.97% from 255 or 29.22% from 592); Blue value is 235 (92.19% from 255 or 39.70% from 592); Max value from RGB is 235 - color contains mainly: blue. Hex color #B8ADEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B8ADEB is #475214. Grayscale: #B7B7B7. Windows color (decimal): -4674069 or 15445432. OLE color: 15445432.

HSL color Cylindrical-coordinate representation of color #B8ADEB: hue angle of 250.65º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B8ADEB is Cyan = 0.22, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB184173235-
CMYK0.220.2600.08
HSL250.65º60.78%80%-
HSV(B)250.65º26.38%92.16%-
XYZ49.7146.0884.87-
YUV183.36157.14128.46-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 31.08%
GREEN value IS 173 (67.97% from 255) = 29.22%
BLUE value IS 235 (92.19% from 255) = 39.70%
R=31.08%
G=29.22%
B=39.70%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1841732350.220.2600.08250.6560.7880
HexB8ADEB161A08fb3d50
Octal270255353263201037375120
Binary101110001010110111101011101101101001000111110111111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8ADEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8ADEB; }

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

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

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

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

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

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

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

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