#BAA9CF

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

Shades of Moon Raker #BAA9CF

Tints of Moon Raker #BAA9CF

Color information

#BAA9CF (or 0xBAA9CF) is unknown color: approx Moon Raker. HEX triplet: BA, A9 and CF. RGB value is (186,169,207). Sum of RGB (Red+Green+Blue) = 186+169+207=562 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.10% from 562); Green value is 169 (66.41% from 255 or 30.07% from 562); Blue value is 207 (81.25% from 255 or 36.83% from 562); Max value from RGB is 207 - color contains mainly: blue. Hex color #BAA9CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA9CF is #455630. Grayscale: #B2B2B2. Windows color (decimal): -4544049 or 13609402. OLE color: 13609402.

HSL color Cylindrical-coordinate representation of color #BAA9CF: hue angle of 266.84º degrees, saturation: 0.28, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BAA9CF is Cyan = 0.10, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB186169207-
CMYK0.100.1800.19
HSL266.84º28.36%73.73%-
HSV(B)266.84º18.36%81.18%-
XYZ45.743.3264.98-
YUV178.42144.13133.41-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.10%
GREEN value IS 169 (66.41% from 255) = 30.07%
BLUE value IS 207 (81.25% from 255) = 36.83%
R=33.10%
G=30.07%
B=36.83%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1861692070.100.1800.19266.8428.3673.73
HexBAA9CFA1201310b1c4a
Octal272251317122202341334112
Binary101110101010100111001111101010010010011100001011111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA9CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA9CF; }

 p { color: rgb(186,169,207); }

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

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

 a { background-color: rgb(186,169,207); }

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

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

 span { border-color: rgb(186,169,207); }

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