#BAA7DC

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

Shades of Moon Raker #BAA7DC

Tints of Moon Raker #BAA7DC

Color information

#BAA7DC (or 0xBAA7DC) is unknown color: approx Moon Raker. HEX triplet: BA, A7 and DC. RGB value is (186,167,220). Sum of RGB (Red+Green+Blue) = 186+167+220=573 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.46% from 573); Green value is 167 (65.62% from 255 or 29.14% from 573); Blue value is 220 (86.33% from 255 or 38.39% from 573); Max value from RGB is 220 - color contains mainly: blue. Hex color #BAA7DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA7DC is #455823. Grayscale: #B2B2B2. Windows color (decimal): -4544548 or 14460858. OLE color: 14460858.

HSL color Cylindrical-coordinate representation of color #BAA7DC: hue angle of 261.51º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BAA7DC is Cyan = 0.15, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB186167220-
CMYK0.150.2400.14
HSL261.51º43.09%75.88%-
HSV(B)261.51º24.09%86.27%-
XYZ46.9943.2473.58-
YUV178.72151.29133.19-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.46%
GREEN value IS 167 (65.62% from 255) = 29.14%
BLUE value IS 220 (86.33% from 255) = 38.39%
R=32.46%
G=29.14%
B=38.39%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1861672200.150.2400.14261.5143.0975.88
HexBAA7DCF180E1062b4c
Octal272247334173001640653114
Binary101110101010011111011100111111000011101000001101010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA7DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA7DC; }

 p { color: rgb(186,167,220); }

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

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

 a { background-color: rgb(186,167,220); }

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

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

 span { border-color: rgb(186,167,220); }

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