#B9AECB

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

Shades of Moon Raker #B9AECB

Tints of Moon Raker #B9AECB

Color information

#B9AECB (or 0xB9AECB) is unknown color: approx Moon Raker. HEX triplet: B9, AE and CB. RGB value is (185,174,203). Sum of RGB (Red+Green+Blue) = 185+174+203=562 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.92% from 562); Green value is 174 (68.36% from 255 or 30.96% from 562); Blue value is 203 (79.69% from 255 or 36.12% from 562); Max value from RGB is 203 - color contains mainly: blue. Hex color #B9AECB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9AECB is #465134. Grayscale: #B4B4B4. Windows color (decimal): -4608309 or 13348537. OLE color: 13348537.

HSL color Cylindrical-coordinate representation of color #B9AECB: hue angle of 262.76º degrees, saturation: 0.22, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B9AECB is Cyan = 0.09, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB185174203-
CMYK0.090.1400.20
HSL262.76º21.8%73.92%-
HSV(B)262.76º14.29%79.61%-
XYZ45.9244.962.75-
YUV180.59140.64131.14-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.92%
GREEN value IS 174 (68.36% from 255) = 30.96%
BLUE value IS 203 (79.69% from 255) = 36.12%
R=32.92%
G=30.96%
B=36.12%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1851742030.090.1400.20262.7621.873.92
HexB9AECB9E014107164a
Octal271256313111602440726112
Binary10111001101011101100101110011110010100100000111101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AECB; }

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

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

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

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

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

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

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

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