#B8ADD8

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

Shades of Moon Raker #B8ADD8

Tints of Moon Raker #B8ADD8

Color information

#B8ADD8 (or 0xB8ADD8) is unknown color: approx Moon Raker. HEX triplet: B8, AD and D8. RGB value is (184,173,216). Sum of RGB (Red+Green+Blue) = 184+173+216=573 (75% of max value = 765). Red value is 184 (72.27% from 255 or 32.11% from 573); Green value is 173 (67.97% from 255 or 30.19% from 573); Blue value is 216 (84.77% from 255 or 37.70% from 573); Max value from RGB is 216 - color contains mainly: blue. Hex color #B8ADD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8ADD8 is #475227. Grayscale: #B5B5B5. Windows color (decimal): -4674088 or 14200248. OLE color: 14200248.

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

Color convert

RGB184173216-
CMYK0.150.2000.15
HSL255.35º35.54%76.27%-
HSV(B)255.35º19.91%84.71%-
XYZ47.1145.0471.18-
YUV181.19147.64130-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 32.11%
GREEN value IS 173 (67.97% from 255) = 30.19%
BLUE value IS 216 (84.77% from 255) = 37.70%
R=32.11%
G=30.19%
B=37.70%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1841732160.150.2000.15255.3535.5476.27
HexB8ADD8F140Fff244c
Octal270255330172401737744114
Binary10111000101011011101100011111010001111111111111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8ADD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8ADD8; }

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

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

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

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

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

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

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

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