#BAA8DD

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

Shades of Moon Raker #BAA8DD

Tints of Moon Raker #BAA8DD

Color information

#BAA8DD (or 0xBAA8DD) is unknown color: approx Moon Raker. HEX triplet: BA, A8 and DD. RGB value is (186,168,221). Sum of RGB (Red+Green+Blue) = 186+168+221=575 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.35% from 575); Green value is 168 (66.02% from 255 or 29.22% from 575); Blue value is 221 (86.72% from 255 or 38.43% from 575); Max value from RGB is 221 - color contains mainly: blue. Hex color #BAA8DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA8DD is #455722. Grayscale: #B3B3B3. Windows color (decimal): -4544291 or 14526650. OLE color: 14526650.

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

Color convert

RGB186168221-
CMYK0.160.2400.13
HSL260.38º43.8%76.27%-
HSV(B)260.38º23.98%86.67%-
XYZ47.343.6674.34-
YUV179.42151.46132.69-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.35%
GREEN value IS 168 (66.02% from 255) = 29.22%
BLUE value IS 221 (86.72% from 255) = 38.43%
R=32.35%
G=29.22%
B=38.43%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1861682210.160.2400.13260.3843.876.27
HexBAA8DD10180D1042c4c
Octal272250335203001540454114
Binary1011101010101000110111011000011000011011000001001011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA8DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA8DD; }

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

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

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

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

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

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

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

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