#B9AACE

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

Shades of Moon Raker #B9AACE

Tints of Moon Raker #B9AACE

Color information

#B9AACE (or 0xB9AACE) is unknown color: approx Moon Raker. HEX triplet: B9, AA and CE. RGB value is (185,170,206). Sum of RGB (Red+Green+Blue) = 185+170+206=561 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.98% from 561); Green value is 170 (66.80% from 255 or 30.30% from 561); Blue value is 206 (80.86% from 255 or 36.72% from 561); Max value from RGB is 206 - color contains mainly: blue. Hex color #B9AACE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9AACE is #465531. Grayscale: #B2B2B2. Windows color (decimal): -4609330 or 13544121. OLE color: 13544121.

HSL color Cylindrical-coordinate representation of color #B9AACE: hue angle of 265º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B9AACE is Cyan = 0.10, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB185170206-
CMYK0.100.1700.19
HSL265º26.87%73.73%-
HSV(B)265º17.48%80.78%-
XYZ45.5243.5264.39-
YUV178.59143.47132.57-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.98%
GREEN value IS 170 (66.80% from 255) = 30.30%
BLUE value IS 206 (80.86% from 255) = 36.72%
R=32.98%
G=30.30%
B=36.72%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1851702060.100.1700.1926526.8773.73
HexB9AACEA110131091b4a
Octal271252316122102341133112
Binary101110011010101011001110101010001010011100001001110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AACE; }

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

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

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

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

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

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

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

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