#B8AADA

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

Shades of Moon Raker #B8AADA

Tints of Moon Raker #B8AADA

Color information

#B8AADA (or 0xB8AADA) is unknown color: approx Moon Raker. HEX triplet: B8, AA and DA. RGB value is (184,170,218). Sum of RGB (Red+Green+Blue) = 184+170+218=572 (75% of max value = 765). Red value is 184 (72.27% from 255 or 32.17% from 572); Green value is 170 (66.80% from 255 or 29.72% from 572); Blue value is 218 (85.55% from 255 or 38.11% from 572); Max value from RGB is 218 - color contains mainly: blue. Hex color #B8AADA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8AADA is #475525. Grayscale: #B3B3B3. Windows color (decimal): -4674854 or 14330552. OLE color: 14330552.

HSL color Cylindrical-coordinate representation of color #B8AADA: hue angle of 257.5º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B8AADA is Cyan = 0.16, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB184170218-
CMYK0.160.2200.15
HSL257.5º39.34%76.08%-
HSV(B)257.5º22.02%85.49%-
XYZ46.84472.36-
YUV179.66149.64131.1-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 32.17%
GREEN value IS 170 (66.80% from 255) = 29.72%
BLUE value IS 218 (85.55% from 255) = 38.11%
R=32.17%
G=29.72%
B=38.11%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1841702180.160.2200.15257.539.3476.08
HexB8AADA10160F102274c
Octal270252332202601740247114
Binary1011100010101010110110101000010110011111000000101001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8AADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8AADA; }

 p { color: rgb(184,170,218); }

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

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

 a { background-color: rgb(184,170,218); }

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

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

 span { border-color: rgb(184,170,218); }

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