#BBAAFD

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

Shades of Melrose #BBAAFD

Tints of Melrose #BBAAFD

Color information

#BBAAFD (or 0xBBAAFD) is unknown color: approx Melrose. HEX triplet: BB, AA and FD. RGB value is (187,170,253). Sum of RGB (Red+Green+Blue) = 187+170+253=610 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.66% from 610); Green value is 170 (66.80% from 255 or 27.87% from 610); Blue value is 253 (99.22% from 255 or 41.48% from 610); Max value from RGB is 253 - color contains mainly: blue. Hex color #BBAAFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBAAFD is #445502. Grayscale: #B8B8B8. Windows color (decimal): -4478211 or 16624315. OLE color: 16624315.

HSL color Cylindrical-coordinate representation of color #BBAAFD: hue angle of 252.29º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BBAAFD is Cyan = 0.26, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB187170253-
CMYK0.260.3300.01
HSL252.29º95.4%82.94%-
HSV(B)252.29º32.81%99.22%-
XYZ52.646.4199.11-
YUV184.54166.63129.75-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.66%
GREEN value IS 170 (66.80% from 255) = 27.87%
BLUE value IS 253 (99.22% from 255) = 41.48%
R=30.66%
G=27.87%
B=41.48%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1871702530.260.3300.01252.2995.482.94
HexBBAAFD1A2101fc5f53
Octal273252375324101374137123
Binary10111011101010101111110111010100001011111110010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAAFD; }

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

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

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

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

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

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

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

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