#B8ACEB

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

Shades of Melrose #B8ACEB

Tints of Melrose #B8ACEB

Color information

#B8ACEB (or 0xB8ACEB) is unknown color: approx Melrose. HEX triplet: B8, AC and EB. RGB value is (184,172,235). Sum of RGB (Red+Green+Blue) = 184+172+235=591 (78% of max value = 765). Red value is 184 (72.27% from 255 or 31.13% from 591); Green value is 172 (67.58% from 255 or 29.10% from 591); Blue value is 235 (92.19% from 255 or 39.76% from 591); Max value from RGB is 235 - color contains mainly: blue. Hex color #B8ACEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B8ACEB is #475314. Grayscale: #B6B6B6. Windows color (decimal): -4674325 or 15445176. OLE color: 15445176.

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

Color convert

RGB184172235-
CMYK0.220.2700.08
HSL251.43º61.17%79.8%-
HSV(B)251.43º26.81%92.16%-
XYZ49.5245.6984.81-
YUV182.77157.48128.88-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 31.13%
GREEN value IS 172 (67.58% from 255) = 29.10%
BLUE value IS 235 (92.19% from 255) = 39.76%
R=31.13%
G=29.10%
B=39.76%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1841722350.220.2700.08251.4361.1779.8
HexB8ACEB161B08fb3d50
Octal270254353263301037375120
Binary101110001010110011101011101101101101000111110111111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8ACEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8ACEB; }

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

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

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

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

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

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

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

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