#BBAAFE

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

Shades of Melrose #BBAAFE

Tints of Melrose #BBAAFE

Color information

#BBAAFE (or 0xBBAAFE) is unknown color: approx Melrose. HEX triplet: BB, AA and FE. RGB value is (187,170,254). Sum of RGB (Red+Green+Blue) = 187+170+254=611 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.61% from 611); Green value is 170 (66.80% from 255 or 27.82% from 611); Blue value is 254 (99.61% from 255 or 41.57% from 611); Max value from RGB is 254 - color contains mainly: blue. Hex color #BBAAFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBAAFE is #445501. Grayscale: #B8B8B8. Windows color (decimal): -4478210 or 16689851. OLE color: 16689851.

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

Color convert

RGB187170254-
CMYK0.260.3300.00
HSL252.14º97.67%83.14%-
HSV(B)252.14º33.07%99.61%-
XYZ52.7646.4799.95-
YUV184.66167.13129.67-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.61%
GREEN value IS 170 (66.80% from 255) = 27.82%
BLUE value IS 254 (99.61% from 255) = 41.57%
R=30.61%
G=27.82%
B=41.57%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1871702540.260.3300.00252.1497.6783.14
HexBBAAFE1A2100fc6253
Octal273252376324100374142123
Binary10111011101010101111111011010100001001111110011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAAFE; }

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

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

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

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

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

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

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

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