#BBACF4

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

Shades of Melrose #BBACF4

Tints of Melrose #BBACF4

Color information

#BBACF4 (or 0xBBACF4) is unknown color: approx Melrose. HEX triplet: BB, AC and F4. RGB value is (187,172,244). Sum of RGB (Red+Green+Blue) = 187+172+244=603 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.01% from 603); Green value is 172 (67.58% from 255 or 28.52% from 603); Blue value is 244 (95.70% from 255 or 40.46% from 603); Max value from RGB is 244 - color contains mainly: blue. Hex color #BBACF4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBACF4 is #44530B. Grayscale: #B8B8B8. Windows color (decimal): -4477708 or 16035003. OLE color: 16035003.

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

Color convert

RGB187172244-
CMYK0.230.3000.04
HSL252.5º76.6%81.57%-
HSV(B)252.5º29.51%95.69%-
XYZ51.5846.691.86-
YUV184.69161.47129.65-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.01%
GREEN value IS 172 (67.58% from 255) = 28.52%
BLUE value IS 244 (95.70% from 255) = 40.46%
R=31.01%
G=28.52%
B=40.46%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1871722440.230.3000.04252.576.681.57
HexBBACF4171E04fc4d52
Octal273254364273604374115122
Binary101110111010110011110100101111111001001111110010011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBACF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBACF4; }

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

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

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

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

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

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

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

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