#B8ABED

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

Shades of Melrose #B8ABED

Tints of Melrose #B8ABED

Color information

#B8ABED (or 0xB8ABED) is unknown color: approx Melrose. HEX triplet: B8, AB and ED. RGB value is (184,171,237). Sum of RGB (Red+Green+Blue) = 184+171+237=592 (78% of max value = 765). Red value is 184 (72.27% from 255 or 31.08% from 592); Green value is 171 (67.19% from 255 or 28.89% from 592); Blue value is 237 (92.97% from 255 or 40.03% from 592); Max value from RGB is 237 - color contains mainly: blue. Hex color #B8ABED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B8ABED is #475412. Grayscale: #B6B6B6. Windows color (decimal): -4674579 or 15575992. OLE color: 15575992.

HSL color Cylindrical-coordinate representation of color #B8ABED: hue angle of 251.82º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B8ABED is Cyan = 0.22, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB184171237-
CMYK0.220.2800.07
HSL251.82º64.71%80%-
HSV(B)251.82º27.85%92.94%-
XYZ49.6245.4386.27-
YUV182.41158.81129.13-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 31.08%
GREEN value IS 171 (67.19% from 255) = 28.89%
BLUE value IS 237 (92.97% from 255) = 40.03%
R=31.08%
G=28.89%
B=40.03%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1841712370.220.2800.07251.8264.7180
HexB8ABED161C07fc4150
Octal270253355263407374101120
Binary101110001010101111101101101101110001111111110010000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8ABED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8ABED; }

 p { color: rgb(184,171,237); }

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

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

 a { background-color: rgb(184,171,237); }

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

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

 span { border-color: rgb(184,171,237); }

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