#BBACF5

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

Shades of Melrose #BBACF5

Tints of Melrose #BBACF5

Color information

#BBACF5 (or 0xBBACF5) is unknown color: approx Melrose. HEX triplet: BB, AC and F5. RGB value is (187,172,245). Sum of RGB (Red+Green+Blue) = 187+172+245=604 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.96% from 604); Green value is 172 (67.58% from 255 or 28.48% from 604); Blue value is 245 (96.09% from 255 or 40.56% from 604); Max value from RGB is 245 - color contains mainly: blue. Hex color #BBACF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBACF5 is #44530A. Grayscale: #B8B8B8. Windows color (decimal): -4477707 or 16100539. OLE color: 16100539.

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

Color convert

RGB187172245-
CMYK0.240.3000.04
HSL252.33º78.49%81.76%-
HSV(B)252.33º29.8%96.08%-
XYZ51.7346.6692.67-
YUV184.81161.97129.56-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.96%
GREEN value IS 172 (67.58% from 255) = 28.48%
BLUE value IS 245 (96.09% from 255) = 40.56%
R=30.96%
G=28.48%
B=40.56%

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
Decimal1871722450.240.3000.04252.3378.4981.76
HexBBACF5181E04fc4e52
Octal273254365303604374116122
Binary101110111010110011110101110001111001001111110010011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBACF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBACF5; }

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

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

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

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

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

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

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

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