#B7AACA

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

Shades of Moon Raker #B7AACA

Tints of Moon Raker #B7AACA

Color information

#B7AACA (or 0xB7AACA) is unknown color: approx Moon Raker. HEX triplet: B7, AA and CA. RGB value is (183,170,202). Sum of RGB (Red+Green+Blue) = 183+170+202=555 (73% of max value = 765). Red value is 183 (71.88% from 255 or 32.97% from 555); Green value is 170 (66.80% from 255 or 30.63% from 555); Blue value is 202 (79.30% from 255 or 36.40% from 555); Max value from RGB is 202 - color contains mainly: blue. Hex color #B7AACA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7AACA is #485535. Grayscale: #B1B1B1. Windows color (decimal): -4740406 or 13281975. OLE color: 13281975.

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

Color convert

RGB183170202-
CMYK0.090.1600.21
HSL264.38º23.19%72.94%-
HSV(B)264.38º15.84%79.22%-
XYZ44.5643.0861.84-
YUV177.54141.81131.9-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 32.97%
GREEN value IS 170 (66.80% from 255) = 30.63%
BLUE value IS 202 (79.30% from 255) = 36.40%
R=32.97%
G=30.63%
B=36.40%

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
Decimal1831702020.090.1600.21264.3823.1972.94
HexB7AACA9100151081749
Octal267252312112002541027111
Binary101101111010101011001010100110000010101100001000101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7AACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7AACA; }

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

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

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

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

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

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

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

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