#BAAAD8

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

Shades of Moon Raker #BAAAD8

Tints of Moon Raker #BAAAD8

Color information

#BAAAD8 (or 0xBAAAD8) is unknown color: approx Moon Raker. HEX triplet: BA, AA and D8. RGB value is (186,170,216). Sum of RGB (Red+Green+Blue) = 186+170+216=572 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.52% from 572); Green value is 170 (66.80% from 255 or 29.72% from 572); Blue value is 216 (84.77% from 255 or 37.76% from 572); Max value from RGB is 216 - color contains mainly: blue. Hex color #BAAAD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAAAD8 is #455527. Grayscale: #B3B3B3. Windows color (decimal): -4543784 or 14199482. OLE color: 14199482.

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

Color convert

RGB186170216-
CMYK0.140.2100.15
HSL260.87º37.1%75.69%-
HSV(B)260.87º21.3%84.71%-
XYZ47.0244.1571.01-
YUV180.03148.3132.26-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.52%
GREEN value IS 170 (66.80% from 255) = 29.72%
BLUE value IS 216 (84.77% from 255) = 37.76%
R=32.52%
G=29.72%
B=37.76%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1861702160.140.2100.15260.8737.175.69
HexBAAAD8E150F105254c
Octal272252330162501740545114
Binary101110101010101011011000111010101011111000001011001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAAD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAAD8; }

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

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

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

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

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

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

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

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