#BAA9D0

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

Shades of Moon Raker #BAA9D0

Tints of Moon Raker #BAA9D0

Color information

#BAA9D0 (or 0xBAA9D0) is unknown color: approx Moon Raker. HEX triplet: BA, A9 and D0. RGB value is (186,169,208). Sum of RGB (Red+Green+Blue) = 186+169+208=563 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.04% from 563); Green value is 169 (66.41% from 255 or 30.02% from 563); Blue value is 208 (81.64% from 255 or 36.94% from 563); Max value from RGB is 208 - color contains mainly: blue. Hex color #BAA9D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA9D0 is #45562F. Grayscale: #B2B2B2. Windows color (decimal): -4544048 or 13674938. OLE color: 13674938.

HSL color Cylindrical-coordinate representation of color #BAA9D0: hue angle of 266.15º degrees, saturation: 0.29, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BAA9D0 is Cyan = 0.11, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB186169208-
CMYK0.110.1900.18
HSL266.15º29.32%73.92%-
HSV(B)266.15º18.75%81.57%-
XYZ45.8243.3765.63-
YUV178.53144.63133.33-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.04%
GREEN value IS 169 (66.41% from 255) = 30.02%
BLUE value IS 208 (81.64% from 255) = 36.94%
R=33.04%
G=30.02%
B=36.94%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1861692080.110.1900.18266.1529.3273.92
HexBAA9D0B1301210a1d4a
Octal272251320132302241235112
Binary101110101010100111010000101110011010010100001010111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA9D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA9D0; }

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

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

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

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

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

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

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

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