#BBAAF1

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

Shades of Melrose #BBAAF1

Tints of Melrose #BBAAF1

Color information

#BBAAF1 (or 0xBBAAF1) is unknown color: approx Melrose. HEX triplet: BB, AA and F1. RGB value is (187,170,241). Sum of RGB (Red+Green+Blue) = 187+170+241=598 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.27% from 598); Green value is 170 (66.80% from 255 or 28.43% from 598); Blue value is 241 (94.53% from 255 or 40.30% from 598); Max value from RGB is 241 - color contains mainly: blue. Hex color #BBAAF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBAAF1 is #44550E. Grayscale: #B6B6B6. Windows color (decimal): -4478223 or 15837883. OLE color: 15837883.

HSL color Cylindrical-coordinate representation of color #BBAAF1: hue angle of 254.37º degrees, saturation: 0.72, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BBAAF1 is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB187170241-
CMYK0.220.2900.05
HSL254.37º71.72%80.59%-
HSV(B)254.37º29.46%94.51%-
XYZ50.7545.6789.36-
YUV183.18160.63130.73-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.27%
GREEN value IS 170 (66.80% from 255) = 28.43%
BLUE value IS 241 (94.53% from 255) = 40.30%
R=31.27%
G=28.43%
B=40.30%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1871702410.220.2900.05254.3771.7280.59
HexBBAAF1161D05fe4851
Octal273252361263505376110121
Binary101110111010101011110001101101110101011111111010010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAAF1; }

 p { color: rgb(187,170,241); }

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

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

 a { background-color: rgb(187,170,241); }

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

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

 span { border-color: rgb(187,170,241); }

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