#B8AECD

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

Shades of Moon Raker #B8AECD

Tints of Moon Raker #B8AECD

Color information

#B8AECD (or 0xB8AECD) is unknown color: approx Moon Raker. HEX triplet: B8, AE and CD. RGB value is (184,174,205). Sum of RGB (Red+Green+Blue) = 184+174+205=563 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.68% from 563); Green value is 174 (68.36% from 255 or 30.91% from 563); Blue value is 205 (80.47% from 255 or 36.41% from 563); Max value from RGB is 205 - color contains mainly: blue. Hex color #B8AECD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8AECD is #475132. Grayscale: #B4B4B4. Windows color (decimal): -4673843 or 13479608. OLE color: 13479608.

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

Color convert

RGB184174205-
CMYK0.100.1500.20
HSL259.35º23.66%74.31%-
HSV(B)259.35º15.12%80.39%-
XYZ45.9244.8764-
YUV180.52141.81130.48-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 32.68%
GREEN value IS 174 (68.36% from 255) = 30.91%
BLUE value IS 205 (80.47% from 255) = 36.41%
R=32.68%
G=30.91%
B=36.41%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1841742050.100.1500.20259.3523.6674.31
HexB8AECDAF014103184a
Octal270256315121702440330112
Binary10111000101011101100110110101111010100100000011110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8AECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8AECD; }

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

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

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

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

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

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

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

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