#B6AAE0

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

Shades of Moon Raker #B6AAE0

Tints of Moon Raker #B6AAE0

Color information

#B6AAE0 (or 0xB6AAE0) is unknown color: approx Moon Raker. HEX triplet: B6, AA and E0. RGB value is (182,170,224). Sum of RGB (Red+Green+Blue) = 182+170+224=576 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.60% from 576); Green value is 170 (66.80% from 255 or 29.51% from 576); Blue value is 224 (87.89% from 255 or 38.89% from 576); Max value from RGB is 224 - color contains mainly: blue. Hex color #B6AAE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6AAE0 is #49551F. Grayscale: #B3B3B3. Windows color (decimal): -4805920 or 14723766. OLE color: 14723766.

HSL color Cylindrical-coordinate representation of color #B6AAE0: hue angle of 253.33º degrees, saturation: 0.47, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B6AAE0 is Cyan = 0.19, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB182170224-
CMYK0.190.2400.12
HSL253.33º46.55%77.25%-
HSV(B)253.33º24.11%87.84%-
XYZ47.1244.0876.55-
YUV179.74152.98129.61-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.60%
GREEN value IS 170 (66.80% from 255) = 29.51%
BLUE value IS 224 (87.89% from 255) = 38.89%
R=31.60%
G=29.51%
B=38.89%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1821702240.190.2400.12253.3346.5577.25
HexB6AAE013180Cfd2f4d
Octal266252340233001437557115
Binary101101101010101011100000100111100001100111111011011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AAE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AAE0; }

 p { color: rgb(182,170,224); }

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

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

 a { background-color: rgb(182,170,224); }

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

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

 span { border-color: rgb(182,170,224); }

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