#BBABF7

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

Shades of Melrose #BBABF7

Tints of Melrose #BBABF7

Color information

#BBABF7 (or 0xBBABF7) is unknown color: approx Melrose. HEX triplet: BB, AB and F7. RGB value is (187,171,247). Sum of RGB (Red+Green+Blue) = 187+171+247=605 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.91% from 605); Green value is 171 (67.19% from 255 or 28.26% from 605); Blue value is 247 (96.88% from 255 or 40.83% from 605); Max value from RGB is 247 - color contains mainly: blue. Hex color #BBABF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBABF7 is #445408. Grayscale: #B8B8B8. Windows color (decimal): -4477961 or 16231355. OLE color: 16231355.

HSL color Cylindrical-coordinate representation of color #BBABF7: hue angle of 252.63º degrees, saturation: 0.83, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BBABF7 is Cyan = 0.24, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB187171247-
CMYK0.240.3100.03
HSL252.63º82.61%81.96%-
HSV(B)252.63º30.77%96.86%-
XYZ51.8446.4194.22-
YUV184.45163.3129.82-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.91%
GREEN value IS 171 (67.19% from 255) = 28.26%
BLUE value IS 247 (96.88% from 255) = 40.83%
R=30.91%
G=28.26%
B=40.83%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1871712470.240.3100.03252.6382.6181.96
HexBBABF7181F03fd5352
Octal273253367303703375123122
Binary10111011101010111111011111000111110111111110110100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBABF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBABF7; }

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

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

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

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

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

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

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

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