#B9AECE

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

Shades of Moon Raker #B9AECE

Tints of Moon Raker #B9AECE

Color information

#B9AECE (or 0xB9AECE) is unknown color: approx Moon Raker. HEX triplet: B9, AE and CE. RGB value is (185,174,206). Sum of RGB (Red+Green+Blue) = 185+174+206=565 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.74% from 565); Green value is 174 (68.36% from 255 or 30.80% from 565); Blue value is 206 (80.86% from 255 or 36.46% from 565); Max value from RGB is 206 - color contains mainly: blue. Hex color #B9AECE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9AECE is #465131. Grayscale: #B4B4B4. Windows color (decimal): -4608306 or 13545145. OLE color: 13545145.

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

Color convert

RGB185174206-
CMYK0.100.1600.19
HSL260.62º24.62%74.51%-
HSV(B)260.62º15.53%80.78%-
XYZ46.2845.0464.65-
YUV180.94142.14130.9-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.74%
GREEN value IS 174 (68.36% from 255) = 30.80%
BLUE value IS 206 (80.86% from 255) = 36.46%
R=32.74%
G=30.80%
B=36.46%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1851742060.100.1600.19260.6224.6274.51
HexB9AECEA10013105194b
Octal271256316122002340531113
Binary101110011010111011001110101010000010011100000101110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AECE; }

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

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

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

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

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

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

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

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