#BAAAE2

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

Shades of Moon Raker #BAAAE2

Tints of Moon Raker #BAAAE2

Color information

#BAAAE2 (or 0xBAAAE2) is unknown color: approx Moon Raker. HEX triplet: BA, AA and E2. RGB value is (186,170,226). Sum of RGB (Red+Green+Blue) = 186+170+226=582 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.96% from 582); Green value is 170 (66.80% from 255 or 29.21% from 582); Blue value is 226 (88.67% from 255 or 38.83% from 582); Max value from RGB is 226 - color contains mainly: blue. Hex color #BAAAE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAAAE2 is #45551D. Grayscale: #B4B4B4. Windows color (decimal): -4543774 or 14854842. OLE color: 14854842.

HSL color Cylindrical-coordinate representation of color #BAAAE2: hue angle of 257.14º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BAAAE2 is Cyan = 0.18, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB186170226-
CMYK0.180.2500.11
HSL257.14º49.12%77.65%-
HSV(B)257.14º24.78%88.63%-
XYZ48.3544.6878.03-
YUV181.17153.3131.45-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.96%
GREEN value IS 170 (66.80% from 255) = 29.21%
BLUE value IS 226 (88.67% from 255) = 38.83%
R=31.96%
G=29.21%
B=38.83%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1861702260.180.2500.11257.1449.1277.65
HexBAAAE212190B101314e
Octal272252342223101340161116
Binary1011101010101010111000101001011001010111000000011100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAAE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAAE2; }

 p { color: rgb(186,170,226); }

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

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

 a { background-color: rgb(186,170,226); }

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

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

 span { border-color: rgb(186,170,226); }

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