#B6AACA

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

Shades of Moon Raker #B6AACA

Tints of Moon Raker #B6AACA

Color information

#B6AACA (or 0xB6AACA) is unknown color: approx Moon Raker. HEX triplet: B6, AA and CA. RGB value is (182,170,202). Sum of RGB (Red+Green+Blue) = 182+170+202=554 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.85% from 554); Green value is 170 (66.80% from 255 or 30.69% from 554); Blue value is 202 (79.30% from 255 or 36.46% from 554); Max value from RGB is 202 - color contains mainly: blue. Hex color #B6AACA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6AACA is #495535. Grayscale: #B1B1B1. Windows color (decimal): -4805942 or 13281974. OLE color: 13281974.

HSL color Cylindrical-coordinate representation of color #B6AACA: hue angle of 262.5º degrees, saturation: 0.23, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B6AACA is Cyan = 0.10, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB182170202-
CMYK0.100.1600.21
HSL262.5º23.19%72.94%-
HSV(B)262.5º15.84%79.22%-
XYZ44.3342.9661.83-
YUV177.24141.98131.4-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.85%
GREEN value IS 170 (66.80% from 255) = 30.69%
BLUE value IS 202 (79.30% from 255) = 36.46%
R=32.85%
G=30.69%
B=36.46%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1821702020.100.1600.21262.523.1972.94
HexB6AACAA100151061749
Octal266252312122002540627111
Binary101101101010101011001010101010000010101100000110101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AACA; }

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

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

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

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

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

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

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

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