#BBACF6

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

Shades of Melrose #BBACF6

Tints of Melrose #BBACF6

Color information

#BBACF6 (or 0xBBACF6) is unknown color: approx Melrose. HEX triplet: BB, AC and F6. RGB value is (187,172,246). Sum of RGB (Red+Green+Blue) = 187+172+246=605 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.91% from 605); Green value is 172 (67.58% from 255 or 28.43% from 605); Blue value is 246 (96.48% from 255 or 40.66% from 605); Max value from RGB is 246 - color contains mainly: blue. Hex color #BBACF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBACF6 is #445309. Grayscale: #B8B8B8. Windows color (decimal): -4477706 or 16166075. OLE color: 16166075.

HSL color Cylindrical-coordinate representation of color #BBACF6: hue angle of 252.16º degrees, saturation: 0.8, 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 #BBACF6 is Cyan = 0.24, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB187172246-
CMYK0.240.3000.04
HSL252.16º80.43%81.96%-
HSV(B)252.16º30.08%96.47%-
XYZ51.8846.7293.47-
YUV184.92162.47129.48-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.91%
GREEN value IS 172 (67.58% from 255) = 28.43%
BLUE value IS 246 (96.48% from 255) = 40.66%
R=30.91%
G=28.43%
B=40.66%

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
Decimal1871722460.240.3000.04252.1680.4381.96
HexBBACF6181E04fc5052
Octal273254366303604374120122
Binary101110111010110011110110110001111001001111110010100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBACF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBACF6; }

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

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

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

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

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

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

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

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