#B8ADD1

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

Shades of Moon Raker #B8ADD1

Tints of Moon Raker #B8ADD1

Color information

#B8ADD1 (or 0xB8ADD1) is unknown color: approx Moon Raker. HEX triplet: B8, AD and D1. RGB value is (184,173,209). Sum of RGB (Red+Green+Blue) = 184+173+209=566 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.51% from 566); Green value is 173 (67.97% from 255 or 30.57% from 566); Blue value is 209 (82.03% from 255 or 36.93% from 566); Max value from RGB is 209 - color contains mainly: blue. Hex color #B8ADD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8ADD1 is #47522E. Grayscale: #B4B4B4. Windows color (decimal): -4674095 or 13741496. OLE color: 13741496.

HSL color Cylindrical-coordinate representation of color #B8ADD1: hue angle of 258.33º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B8ADD1 is Cyan = 0.12, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB184173209-
CMYK0.120.1700.18
HSL258.33º28.12%74.9%-
HSV(B)258.33º17.22%81.96%-
XYZ46.2244.6866.51-
YUV180.39144.14130.57-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 32.51%
GREEN value IS 173 (67.97% from 255) = 30.57%
BLUE value IS 209 (82.03% from 255) = 36.93%
R=32.51%
G=30.57%
B=36.93%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1841732090.120.1700.18258.3328.1274.9
HexB8ADD1C110121021c4b
Octal270255321142102240234113
Binary101110001010110111010001110010001010010100000010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8ADD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8ADD1; }

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

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

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

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

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

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

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

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