#BAA8E6

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

Shades of Moon Raker #BAA8E6

Tints of Moon Raker #BAA8E6

Color information

#BAA8E6 (or 0xBAA8E6) is unknown color: approx Moon Raker. HEX triplet: BA, A8 and E6. RGB value is (186,168,230). Sum of RGB (Red+Green+Blue) = 186+168+230=584 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.85% from 584); Green value is 168 (66.02% from 255 or 28.77% from 584); Blue value is 230 (90.23% from 255 or 39.38% from 584); Max value from RGB is 230 - color contains mainly: blue. Hex color #BAA8E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAA8E6 is #455719. Grayscale: #B4B4B4. Windows color (decimal): -4544282 or 15116474. OLE color: 15116474.

HSL color Cylindrical-coordinate representation of color #BAA8E6: hue angle of 257.42º degrees, saturation: 0.55, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BAA8E6 is Cyan = 0.19, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB186168230-
CMYK0.190.2700.10
HSL257.42º55.36%78.04%-
HSV(B)257.42º26.96%90.2%-
XYZ48.5444.1680.83-
YUV180.45155.96131.96-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.85%
GREEN value IS 168 (66.02% from 255) = 28.77%
BLUE value IS 230 (90.23% from 255) = 39.38%
R=31.85%
G=28.77%
B=39.38%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1861682300.190.2700.10257.4255.3678.04
HexBAA8E6131B0A101374e
Octal272250346233301240167116
Binary1011101010101000111001101001111011010101000000011101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA8E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA8E6; }

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

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

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

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

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

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

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

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