#BAAAD6

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

Shades of Moon Raker #BAAAD6

Tints of Moon Raker #BAAAD6

Color information

#BAAAD6 (or 0xBAAAD6) is unknown color: approx Moon Raker. HEX triplet: BA, AA and D6. RGB value is (186,170,214). Sum of RGB (Red+Green+Blue) = 186+170+214=570 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.63% from 570); Green value is 170 (66.80% from 255 or 29.82% from 570); Blue value is 214 (83.98% from 255 or 37.54% from 570); Max value from RGB is 214 - color contains mainly: blue. Hex color #BAAAD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAAAD6 is #455529. Grayscale: #B3B3B3. Windows color (decimal): -4543786 or 14068410. OLE color: 14068410.

HSL color Cylindrical-coordinate representation of color #BAAAD6: hue angle of 261.82º degrees, saturation: 0.35, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BAAAD6 is Cyan = 0.13, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB186170214-
CMYK0.130.2100.16
HSL261.82º34.92%75.29%-
HSV(B)261.82º20.56%83.92%-
XYZ46.7644.0469.65-
YUV179.8147.3132.42-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.63%
GREEN value IS 170 (66.80% from 255) = 29.82%
BLUE value IS 214 (83.98% from 255) = 37.54%
R=32.63%
G=29.82%
B=37.54%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1861702140.130.2100.16261.8234.9275.29
HexBAAAD6D15010106234b
Octal272252326152502040643113
Binary1011101010101010110101101101101010100001000001101000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAAD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAAD6; }

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

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

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

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

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

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

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

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