#B7AAC8

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

Shades of Moon Raker #B7AAC8

Tints of Moon Raker #B7AAC8

Color information

#B7AAC8 (or 0xB7AAC8) is unknown color: approx Moon Raker. HEX triplet: B7, AA and C8. RGB value is (183,170,200). Sum of RGB (Red+Green+Blue) = 183+170+200=553 (73% of max value = 765). Red value is 183 (71.88% from 255 or 33.09% from 553); Green value is 170 (66.80% from 255 or 30.74% from 553); Blue value is 200 (78.52% from 255 or 36.17% from 553); Max value from RGB is 200 - color contains mainly: blue. Hex color #B7AAC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7AAC8 is #485537. Grayscale: #B1B1B1. Windows color (decimal): -4740408 or 13150903. OLE color: 13150903.

HSL color Cylindrical-coordinate representation of color #B7AAC8: hue angle of 266º degrees, saturation: 0.21, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B7AAC8 is Cyan = 0.08, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB183170200-
CMYK0.080.1500.22
HSL266º21.43%72.55%-
HSV(B)266º15%78.43%-
XYZ44.3342.9960.6-
YUV177.31140.81132.06-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 33.09%
GREEN value IS 170 (66.80% from 255) = 30.74%
BLUE value IS 200 (78.52% from 255) = 36.17%
R=33.09%
G=30.74%
B=36.17%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1831702000.080.1500.2226621.4372.55
HexB7AAC88F01610a1549
Octal267252310101702641225111
Binary10110111101010101100100010001111010110100001010101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7AAC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7AAC8; }

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

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

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

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

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

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

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

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