#BAA7D9

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

Shades of Moon Raker #BAA7D9

Tints of Moon Raker #BAA7D9

Color information

#BAA7D9 (or 0xBAA7D9) is unknown color: approx Moon Raker. HEX triplet: BA, A7 and D9. RGB value is (186,167,217). Sum of RGB (Red+Green+Blue) = 186+167+217=570 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.63% from 570); Green value is 167 (65.62% from 255 or 29.30% from 570); Blue value is 217 (85.16% from 255 or 38.07% from 570); Max value from RGB is 217 - color contains mainly: blue. Hex color #BAA7D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA7D9 is #455826. Grayscale: #B2B2B2. Windows color (decimal): -4544551 or 14264250. OLE color: 14264250.

HSL color Cylindrical-coordinate representation of color #BAA7D9: hue angle of 262.8º degrees, saturation: 0.4, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BAA7D9 is Cyan = 0.14, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB186167217-
CMYK0.140.2300.15
HSL262.8º39.68%75.29%-
HSV(B)262.8º23.04%85.1%-
XYZ46.5943.0971.51-
YUV178.38149.79133.43-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.63%
GREEN value IS 167 (65.62% from 255) = 29.30%
BLUE value IS 217 (85.16% from 255) = 38.07%
R=32.63%
G=29.30%
B=38.07%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1861672170.140.2300.15262.839.6875.29
HexBAA7D9E170F107284b
Octal272247331162701740750113
Binary101110101010011111011001111010111011111000001111010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA7D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA7D9; }

 p { color: rgb(186,167,217); }

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

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

 a { background-color: rgb(186,167,217); }

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

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

 span { border-color: rgb(186,167,217); }

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