#BBAAFC

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

Shades of Melrose #BBAAFC

Tints of Melrose #BBAAFC

Color information

#BBAAFC (or 0xBBAAFC) is unknown color: approx Melrose. HEX triplet: BB, AA and FC. RGB value is (187,170,252). Sum of RGB (Red+Green+Blue) = 187+170+252=609 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.71% from 609); Green value is 170 (66.80% from 255 or 27.91% from 609); Blue value is 252 (98.83% from 255 or 41.38% from 609); Max value from RGB is 252 - color contains mainly: blue. Hex color #BBAAFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBAAFC is #445503. Grayscale: #B8B8B8. Windows color (decimal): -4478212 or 16558779. OLE color: 16558779.

HSL color Cylindrical-coordinate representation of color #BBAAFC: hue angle of 252.44º degrees, saturation: 0.93, 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 #BBAAFC is Cyan = 0.26, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB187170252-
CMYK0.260.3300.01
HSL252.44º93.18%82.75%-
HSV(B)252.44º32.54%98.82%-
XYZ52.4446.3498.28-
YUV184.43166.13129.83-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.71%
GREEN value IS 170 (66.80% from 255) = 27.91%
BLUE value IS 252 (98.83% from 255) = 41.38%
R=30.71%
G=27.91%
B=41.38%

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
Decimal1871702520.260.3300.01252.4493.1882.75
HexBBAAFC1A2101fc5d53
Octal273252374324101374135123
Binary10111011101010101111110011010100001011111110010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAAFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAAFC; }

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

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

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

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

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

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

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

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