#B8ABE4

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

Shades of Melrose #B8ABE4

Tints of Melrose #B8ABE4

Color information

#B8ABE4 (or 0xB8ABE4) is unknown color: approx Melrose. HEX triplet: B8, AB and E4. RGB value is (184,171,228). Sum of RGB (Red+Green+Blue) = 184+171+228=583 (77% of max value = 765). Red value is 184 (72.27% from 255 or 31.56% from 583); Green value is 171 (67.19% from 255 or 29.33% from 583); Blue value is 228 (89.45% from 255 or 39.11% from 583); Max value from RGB is 228 - color contains mainly: blue. Hex color #B8ABE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8ABE4 is #47541B. Grayscale: #B5B5B5. Windows color (decimal): -4674588 or 14986168. OLE color: 14986168.

HSL color Cylindrical-coordinate representation of color #B8ABE4: hue angle of 253.68º degrees, saturation: 0.51, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B8ABE4 is Cyan = 0.19, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB184171228-
CMYK0.190.2500.11
HSL253.68º51.35%78.24%-
HSV(B)253.68º25%89.41%-
XYZ48.3344.9279.52-
YUV181.38154.31129.87-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 31.56%
GREEN value IS 171 (67.19% from 255) = 29.33%
BLUE value IS 228 (89.45% from 255) = 39.11%
R=31.56%
G=29.33%
B=39.11%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1841712280.190.2500.11253.6851.3578.24
HexB8ABE413190Bfe334e
Octal270253344233101337663116
Binary101110001010101111100100100111100101011111111101100111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8ABE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8ABE4; }

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

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

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

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

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

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

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

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