#B8ADD0

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

Shades of Moon Raker #B8ADD0

Tints of Moon Raker #B8ADD0

Color information

#B8ADD0 (or 0xB8ADD0) is unknown color: approx Moon Raker. HEX triplet: B8, AD and D0. RGB value is (184,173,208). Sum of RGB (Red+Green+Blue) = 184+173+208=565 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.57% from 565); Green value is 173 (67.97% from 255 or 30.62% from 565); Blue value is 208 (81.64% from 255 or 36.81% from 565); Max value from RGB is 208 - color contains mainly: blue. Hex color #B8ADD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8ADD0 is #47522F. Grayscale: #B4B4B4. Windows color (decimal): -4674096 or 13675960. OLE color: 13675960.

HSL color Cylindrical-coordinate representation of color #B8ADD0: hue angle of 258.86º degrees, saturation: 0.27, 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 #B8ADD0 is Cyan = 0.12, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB184173208-
CMYK0.120.1700.18
HSL258.86º27.13%74.71%-
HSV(B)258.86º16.83%81.57%-
XYZ46.144.6365.86-
YUV180.28143.64130.65-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 32.57%
GREEN value IS 173 (67.97% from 255) = 30.62%
BLUE value IS 208 (81.64% from 255) = 36.81%
R=32.57%
G=30.62%
B=36.81%

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
Decimal1841732080.120.1700.18258.8627.1374.71
HexB8ADD0C110121031b4b
Octal270255320142102240333113
Binary101110001010110111010000110010001010010100000011110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8ADD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8ADD0; }

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

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

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

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

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

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

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

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