#B8AECB

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

Shades of Moon Raker #B8AECB

Tints of Moon Raker #B8AECB

Color information

#B8AECB (or 0xB8AECB) is unknown color: approx Moon Raker. HEX triplet: B8, AE and CB. RGB value is (184,174,203). Sum of RGB (Red+Green+Blue) = 184+174+203=561 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.80% from 561); Green value is 174 (68.36% from 255 or 31.02% from 561); Blue value is 203 (79.69% from 255 or 36.19% from 561); Max value from RGB is 203 - color contains mainly: blue. Hex color #B8AECB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8AECB is #475134. Grayscale: #B4B4B4. Windows color (decimal): -4673845 or 13348536. OLE color: 13348536.

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

Color convert

RGB184174203-
CMYK0.090.1400.20
HSL260.69º21.8%73.92%-
HSV(B)260.69º14.29%79.61%-
XYZ45.6844.7762.73-
YUV180.3140.81130.64-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 32.80%
GREEN value IS 174 (68.36% from 255) = 31.02%
BLUE value IS 203 (79.69% from 255) = 36.19%
R=32.80%
G=31.02%
B=36.19%

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
Decimal1841742030.090.1400.20260.6921.873.92
HexB8AECB9E014105164a
Octal270256313111602440526112
Binary10111000101011101100101110011110010100100000101101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8AECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8AECB; }

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

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

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

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

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

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

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

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