#B8AAD8

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

Shades of Moon Raker #B8AAD8

Tints of Moon Raker #B8AAD8

Color information

#B8AAD8 (or 0xB8AAD8) is unknown color: approx Moon Raker. HEX triplet: B8, AA and D8. RGB value is (184,170,216). Sum of RGB (Red+Green+Blue) = 184+170+216=570 (75% of max value = 765). Red value is 184 (72.27% from 255 or 32.28% from 570); Green value is 170 (66.80% from 255 or 29.82% from 570); Blue value is 216 (84.77% from 255 or 37.89% from 570); Max value from RGB is 216 - color contains mainly: blue. Hex color #B8AAD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8AAD8 is #475527. Grayscale: #B3B3B3. Windows color (decimal): -4674856 or 14199480. OLE color: 14199480.

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

Color convert

RGB184170216-
CMYK0.150.2100.15
HSL258.26º37.1%75.69%-
HSV(B)258.26º21.3%84.71%-
XYZ46.5443.970.99-
YUV179.43148.64131.26-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 32.28%
GREEN value IS 170 (66.80% from 255) = 29.82%
BLUE value IS 216 (84.77% from 255) = 37.89%
R=32.28%
G=29.82%
B=37.89%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1841702160.150.2100.15258.2637.175.69
HexB8AAD8F150F102254c
Octal270252330172501740245114
Binary101110001010101011011000111110101011111000000101001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8AAD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8AAD8; }

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

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

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

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

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

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

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

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