#BBABF6

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

Shades of Melrose #BBABF6

Tints of Melrose #BBABF6

Color information

#BBABF6 (or 0xBBABF6) is unknown color: approx Melrose. HEX triplet: BB, AB and F6. RGB value is (187,171,246). Sum of RGB (Red+Green+Blue) = 187+171+246=604 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.96% from 604); Green value is 171 (67.19% from 255 or 28.31% from 604); Blue value is 246 (96.48% from 255 or 40.73% from 604); Max value from RGB is 246 - color contains mainly: blue. Hex color #BBABF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBABF6 is #445409. Grayscale: #B8B8B8. Windows color (decimal): -4477962 or 16165819. OLE color: 16165819.

HSL color Cylindrical-coordinate representation of color #BBABF6: hue angle of 252.8º degrees, saturation: 0.81, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BBABF6 is Cyan = 0.24, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB187171246-
CMYK0.240.3000.04
HSL252.8º80.65%81.76%-
HSV(B)252.8º30.49%96.47%-
XYZ51.6946.3493.41-
YUV184.33162.8129.9-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.96%
GREEN value IS 171 (67.19% from 255) = 28.31%
BLUE value IS 246 (96.48% from 255) = 40.73%
R=30.96%
G=28.31%
B=40.73%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1871712460.240.3000.04252.880.6581.76
HexBBABF6181E04fd5152
Octal273253366303604375121122
Binary101110111010101111110110110001111001001111110110100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBABF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBABF6; }

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

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

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

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

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

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

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

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