#B8AACA

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

Shades of Moon Raker #B8AACA

Tints of Moon Raker #B8AACA

Color information

#B8AACA (or 0xB8AACA) is unknown color: approx Moon Raker. HEX triplet: B8, AA and CA. RGB value is (184,170,202). Sum of RGB (Red+Green+Blue) = 184+170+202=556 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.09% from 556); Green value is 170 (66.80% from 255 or 30.58% from 556); Blue value is 202 (79.30% from 255 or 36.33% from 556); Max value from RGB is 202 - color contains mainly: blue. Hex color #B8AACA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8AACA is #475535. Grayscale: #B1B1B1. Windows color (decimal): -4674870 or 13281976. OLE color: 13281976.

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

Color convert

RGB184170202-
CMYK0.090.1600.21
HSL266.25º23.19%72.94%-
HSV(B)266.25º15.84%79.22%-
XYZ44.843.261.85-
YUV177.83141.64132.4-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 33.09%
GREEN value IS 170 (66.80% from 255) = 30.58%
BLUE value IS 202 (79.30% from 255) = 36.33%
R=33.09%
G=30.58%
B=36.33%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1841702020.090.1600.21266.2523.1972.94
HexB8AACA91001510a1749
Octal270252312112002541227111
Binary101110001010101011001010100110000010101100001010101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8AACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8AACA; }

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

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

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

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

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

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

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

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