#B4ABEE

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

Shades of Melrose #B4ABEE

Tints of Melrose #B4ABEE

Color information

#B4ABEE (or 0xB4ABEE) is unknown color: approx Melrose. HEX triplet: B4, AB and EE. RGB value is (180,171,238). Sum of RGB (Red+Green+Blue) = 180+171+238=589 (78% of max value = 765). Red value is 180 (70.70% from 255 or 30.56% from 589); Green value is 171 (67.19% from 255 or 29.03% from 589); Blue value is 238 (93.36% from 255 or 40.41% from 589); Max value from RGB is 238 - color contains mainly: blue. Hex color #B4ABEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B4ABEE is #4B5411. Grayscale: #B5B5B5. Windows color (decimal): -4936722 or 15641524. OLE color: 15641524.

HSL color Cylindrical-coordinate representation of color #B4ABEE: hue angle of 248.06º degrees, saturation: 0.66, 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 #B4ABEE is Cyan = 0.24, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB180171238-
CMYK0.240.2800.07
HSL248.06º66.34%80.2%-
HSV(B)248.06º28.15%93.33%-
XYZ48.824587-
YUV181.33159.98127.05-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 30.56%
GREEN value IS 171 (67.19% from 255) = 29.03%
BLUE value IS 238 (93.36% from 255) = 40.41%
R=30.56%
G=29.03%
B=40.41%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1801712380.240.2800.07248.0666.3480.2
HexB4ABEE181C07f84250
Octal264253356303407370102120
Binary101101001010101111101110110001110001111111100010000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4ABEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4ABEE; }

 p { color: rgb(180,171,238); }

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

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

 a { background-color: rgb(180,171,238); }

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

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

 span { border-color: rgb(180,171,238); }

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