#B8ACCE

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

Shades of Moon Raker #B8ACCE

Tints of Moon Raker #B8ACCE

Color information

#B8ACCE (or 0xB8ACCE) is unknown color: approx Moon Raker. HEX triplet: B8, AC and CE. RGB value is (184,172,206). Sum of RGB (Red+Green+Blue) = 184+172+206=562 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.74% from 562); Green value is 172 (67.58% from 255 or 30.60% from 562); Blue value is 206 (80.86% from 255 or 36.65% from 562); Max value from RGB is 206 - color contains mainly: blue. Hex color #B8ACCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8ACCE is #475331. Grayscale: #B3B3B3. Windows color (decimal): -4674354 or 13544632. OLE color: 13544632.

HSL color Cylindrical-coordinate representation of color #B8ACCE: hue angle of 261.18º degrees, saturation: 0.26, 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 #B8ACCE is Cyan = 0.11, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB184172206-
CMYK0.110.1700.19
HSL261.18º25.76%74.12%-
HSV(B)261.18º16.5%80.78%-
XYZ45.6644.1564.51-
YUV179.46142.98131.24-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 32.74%
GREEN value IS 172 (67.58% from 255) = 30.60%
BLUE value IS 206 (80.86% from 255) = 36.65%
R=32.74%
G=30.60%
B=36.65%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1841722060.110.1700.19261.1825.7674.12
HexB8ACCEB110131051a4a
Octal270254316132102340532112
Binary101110001010110011001110101110001010011100000101110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8ACCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8ACCE; }

 p { color: rgb(184,172,206); }

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

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

 a { background-color: rgb(184,172,206); }

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

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

 span { border-color: rgb(184,172,206); }

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