#BAAAD7

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

Shades of Moon Raker #BAAAD7

Tints of Moon Raker #BAAAD7

Color information

#BAAAD7 (or 0xBAAAD7) is unknown color: approx Moon Raker. HEX triplet: BA, AA and D7. RGB value is (186,170,215). Sum of RGB (Red+Green+Blue) = 186+170+215=571 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.57% from 571); Green value is 170 (66.80% from 255 or 29.77% from 571); Blue value is 215 (84.38% from 255 or 37.65% from 571); Max value from RGB is 215 - color contains mainly: blue. Hex color #BAAAD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAAAD7 is #455528. Grayscale: #B3B3B3. Windows color (decimal): -4543785 or 14133946. OLE color: 14133946.

HSL color Cylindrical-coordinate representation of color #BAAAD7: hue angle of 261.33º degrees, saturation: 0.36, 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 #BAAAD7 is Cyan = 0.13, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB186170215-
CMYK0.130.2100.16
HSL261.33º36%75.49%-
HSV(B)261.33º20.93%84.31%-
XYZ46.8944.0970.33-
YUV179.91147.8132.34-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.57%
GREEN value IS 170 (66.80% from 255) = 29.77%
BLUE value IS 215 (84.38% from 255) = 37.65%
R=32.57%
G=29.77%
B=37.65%

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
Decimal1861702150.130.2100.16261.333675.49
HexBAAAD7D15010105244b
Octal272252327152502040544113
Binary1011101010101010110101111101101010100001000001011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAAD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAAD7; }

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

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

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

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

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

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

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

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