#BBAAE1

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

Shades of Moon Raker #BBAAE1

Tints of Moon Raker #BBAAE1

Color information

#BBAAE1 (or 0xBBAAE1) is unknown color: approx Moon Raker. HEX triplet: BB, AA and E1. RGB value is (187,170,225). Sum of RGB (Red+Green+Blue) = 187+170+225=582 (77% of max value = 765). Red value is 187 (73.44% from 255 or 32.13% from 582); Green value is 170 (66.80% from 255 or 29.21% from 582); Blue value is 225 (88.28% from 255 or 38.66% from 582); Max value from RGB is 225 - color contains mainly: blue. Hex color #BBAAE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAAE1 is #44551E. Grayscale: #B5B5B5. Windows color (decimal): -4478239 or 14789307. OLE color: 14789307.

HSL color Cylindrical-coordinate representation of color #BBAAE1: hue angle of 258.55º degrees, saturation: 0.48, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BBAAE1 is Cyan = 0.17, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB187170225-
CMYK0.170.2400.12
HSL258.55º47.83%77.45%-
HSV(B)258.55º24.44%88.24%-
XYZ48.4644.7577.32-
YUV181.35152.63132.03-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.13%
GREEN value IS 170 (66.80% from 255) = 29.21%
BLUE value IS 225 (88.28% from 255) = 38.66%
R=32.13%
G=29.21%
B=38.66%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1871702250.170.2400.12258.5547.8377.45
HexBBAAE111180C103304d
Octal273252341213001440360115
Binary1011101110101010111000011000111000011001000000111100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAAE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAAE1; }

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

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

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

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

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

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

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

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