#B5ABEE

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

Shades of Melrose #B5ABEE

Tints of Melrose #B5ABEE

Color information

#B5ABEE (or 0xB5ABEE) is unknown color: approx Melrose. HEX triplet: B5, AB and EE. RGB value is (181,171,238). Sum of RGB (Red+Green+Blue) = 181+171+238=590 (78% of max value = 765). Red value is 181 (71.09% from 255 or 30.68% from 590); Green value is 171 (67.19% from 255 or 28.98% from 590); Blue value is 238 (93.36% from 255 or 40.34% from 590); Max value from RGB is 238 - color contains mainly: blue. Hex color #B5ABEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B5ABEE is #4A5411. Grayscale: #B5B5B5. Windows color (decimal): -4871186 or 15641525. OLE color: 15641525.

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

Color convert

RGB181171238-
CMYK0.240.2800.07
HSL248.96º66.34%80.2%-
HSV(B)248.96º28.15%93.33%-
XYZ49.0545.1287.01-
YUV181.63159.81127.55-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 30.68%
GREEN value IS 171 (67.19% from 255) = 28.98%
BLUE value IS 238 (93.36% from 255) = 40.34%
R=30.68%
G=28.98%
B=40.34%

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
Decimal1811712380.240.2800.07248.9666.3480.2
HexB5ABEE181C07f94250
Octal265253356303407371102120
Binary101101011010101111101110110001110001111111100110000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5ABEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5ABEE; }

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

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

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

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

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

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

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

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