#BAAADD

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

Shades of Moon Raker #BAAADD

Tints of Moon Raker #BAAADD

Color information

#BAAADD (or 0xBAAADD) is unknown color: approx Moon Raker. HEX triplet: BA, AA and DD. RGB value is (186,170,221). Sum of RGB (Red+Green+Blue) = 186+170+221=577 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.24% from 577); Green value is 170 (66.80% from 255 or 29.46% from 577); Blue value is 221 (86.72% from 255 or 38.30% from 577); Max value from RGB is 221 - color contains mainly: blue. Hex color #BAAADD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAAADD is #455522. Grayscale: #B4B4B4. Windows color (decimal): -4543779 or 14527162. OLE color: 14527162.

HSL color Cylindrical-coordinate representation of color #BAAADD: hue angle of 258.82º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BAAADD is Cyan = 0.16, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB186170221-
CMYK0.160.2300.13
HSL258.82º42.86%76.67%-
HSV(B)258.82º23.08%86.67%-
XYZ47.6844.4174.47-
YUV180.6150.8131.85-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.24%
GREEN value IS 170 (66.80% from 255) = 29.46%
BLUE value IS 221 (86.72% from 255) = 38.30%
R=32.24%
G=29.46%
B=38.30%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1861702210.160.2300.13258.8242.8676.67
HexBAAADD10170D1032b4d
Octal272252335202701540353115
Binary1011101010101010110111011000010111011011000000111010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAADD; }

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

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

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

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

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

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

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

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