#BBAAFA

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

Shades of Melrose #BBAAFA

Tints of Melrose #BBAAFA

Color information

#BBAAFA (or 0xBBAAFA) is unknown color: approx Melrose. HEX triplet: BB, AA and FA. RGB value is (187,170,250). Sum of RGB (Red+Green+Blue) = 187+170+250=607 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.81% from 607); Green value is 170 (66.80% from 255 or 28.01% from 607); Blue value is 250 (98.05% from 255 or 41.19% from 607); Max value from RGB is 250 - color contains mainly: blue. Hex color #BBAAFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBAAFA is #445505. Grayscale: #B7B7B7. Windows color (decimal): -4478214 or 16427707. OLE color: 16427707.

HSL color Cylindrical-coordinate representation of color #BBAAFA: hue angle of 252.75º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BBAAFA is Cyan = 0.25, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB187170250-
CMYK0.250.3200.02
HSL252.75º88.89%82.35%-
HSV(B)252.75º32%98.04%-
XYZ52.1246.2296.62-
YUV184.2165.13130-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.81%
GREEN value IS 170 (66.80% from 255) = 28.01%
BLUE value IS 250 (98.05% from 255) = 41.19%
R=30.81%
G=28.01%
B=41.19%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1871702500.250.3200.02252.7588.8982.35
HexBBAAFA192002fd5952
Octal273252372314002375131122
Binary101110111010101011111010110011000000101111110110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAAFA; }

 p { color: rgb(187,170,250); }

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

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

 a { background-color: rgb(187,170,250); }

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

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

 span { border-color: rgb(187,170,250); }

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