#BAA9E0

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

Shades of Moon Raker #BAA9E0

Tints of Moon Raker #BAA9E0

Color information

#BAA9E0 (or 0xBAA9E0) is unknown color: approx Moon Raker. HEX triplet: BA, A9 and E0. RGB value is (186,169,224). Sum of RGB (Red+Green+Blue) = 186+169+224=579 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.12% from 579); Green value is 169 (66.41% from 255 or 29.19% from 579); Blue value is 224 (87.89% from 255 or 38.69% from 579); Max value from RGB is 224 - color contains mainly: blue. Hex color #BAA9E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA9E0 is #45561F. Grayscale: #B4B4B4. Windows color (decimal): -4544032 or 14723514. OLE color: 14723514.

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

Color convert

RGB186169224-
CMYK0.170.2500.12
HSL258.55º47.01%77.06%-
HSV(B)258.55º24.55%87.84%-
XYZ47.8944.276.53-
YUV180.35152.63132.03-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.12%
GREEN value IS 169 (66.41% from 255) = 29.19%
BLUE value IS 224 (87.89% from 255) = 38.69%
R=32.12%
G=29.19%
B=38.69%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1861692240.170.2500.12258.5547.0177.06
HexBAA9E011190C1032f4d
Octal272251340213101440357115
Binary1011101010101001111000001000111001011001000000111011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA9E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA9E0; }

 p { color: rgb(186,169,224); }

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

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

 a { background-color: rgb(186,169,224); }

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

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

 span { border-color: rgb(186,169,224); }

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