#BAAAD0

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

Shades of Moon Raker #BAAAD0

Tints of Moon Raker #BAAAD0

Color information

#BAAAD0 (or 0xBAAAD0) is unknown color: approx Moon Raker. HEX triplet: BA, AA and D0. RGB value is (186,170,208). Sum of RGB (Red+Green+Blue) = 186+170+208=564 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.98% from 564); Green value is 170 (66.80% from 255 or 30.14% from 564); Blue value is 208 (81.64% from 255 or 36.88% from 564); Max value from RGB is 208 - color contains mainly: blue. Hex color #BAAAD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAAAD0 is #45552F. Grayscale: #B2B2B2. Windows color (decimal): -4543792 or 13675194. OLE color: 13675194.

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

Color convert

RGB186170208-
CMYK0.110.1800.18
HSL265.26º28.79%74.12%-
HSV(B)265.26º18.27%81.57%-
XYZ46.0143.7465.69-
YUV179.12144.3132.91-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.98%
GREEN value IS 170 (66.80% from 255) = 30.14%
BLUE value IS 208 (81.64% from 255) = 36.88%
R=32.98%
G=30.14%
B=36.88%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1861702080.110.1800.18265.2628.7974.12
HexBAAAD0B120121091d4a
Octal272252320132202241135112
Binary101110101010101011010000101110010010010100001001111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAAD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAAD0; }

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

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

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

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

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

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

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

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