#B9AACA

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

Shades of Moon Raker #B9AACA

Tints of Moon Raker #B9AACA

Color information

#B9AACA (or 0xB9AACA) is unknown color: approx Moon Raker. HEX triplet: B9, AA and CA. RGB value is (185,170,202). Sum of RGB (Red+Green+Blue) = 185+170+202=557 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.21% from 557); Green value is 170 (66.80% from 255 or 30.52% from 557); Blue value is 202 (79.30% from 255 or 36.27% from 557); Max value from RGB is 202 - color contains mainly: blue. Hex color #B9AACA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9AACA is #465535. Grayscale: #B2B2B2. Windows color (decimal): -4609334 or 13281977. OLE color: 13281977.

HSL color Cylindrical-coordinate representation of color #B9AACA: hue angle of 268.12º 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 #B9AACA is Cyan = 0.08, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB185170202-
CMYK0.080.1600.21
HSL268.12º23.19%72.94%-
HSV(B)268.12º15.84%79.22%-
XYZ45.0443.3361.87-
YUV178.13141.47132.9-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.21%
GREEN value IS 170 (66.80% from 255) = 30.52%
BLUE value IS 202 (79.30% from 255) = 36.27%
R=33.21%
G=30.52%
B=36.27%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1851702020.080.1600.21268.1223.1972.94
HexB9AACA81001510c1749
Octal271252312102002541427111
Binary101110011010101011001010100010000010101100001100101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AACA; }

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

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

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

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

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

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

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

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