#BBABF0

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

Shades of Melrose #BBABF0

Tints of Melrose #BBABF0

Color information

#BBABF0 (or 0xBBABF0) is unknown color: approx Melrose. HEX triplet: BB, AB and F0. RGB value is (187,171,240). Sum of RGB (Red+Green+Blue) = 187+171+240=598 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.27% from 598); Green value is 171 (67.19% from 255 or 28.60% from 598); Blue value is 240 (94.14% from 255 or 40.13% from 598); Max value from RGB is 240 - color contains mainly: blue. Hex color #BBABF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBABF0 is #44540F. Grayscale: #B7B7B7. Windows color (decimal): -4477968 or 15772603. OLE color: 15772603.

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

Color convert

RGB187171240-
CMYK0.220.2900.06
HSL253.91º69.7%80.59%-
HSV(B)253.91º28.75%94.12%-
XYZ50.7845.9888.64-
YUV183.65159.8130.39-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.27%
GREEN value IS 171 (67.19% from 255) = 28.60%
BLUE value IS 240 (94.14% from 255) = 40.13%
R=31.27%
G=28.60%
B=40.13%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1871712400.220.2900.06253.9169.780.59
HexBBABF0161D06fe4651
Octal273253360263506376106121
Binary101110111010101111110000101101110101101111111010001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBABF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBABF0; }

 p { color: rgb(187,171,240); }

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

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

 a { background-color: rgb(187,171,240); }

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

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

 span { border-color: rgb(187,171,240); }

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