#B8ABD0

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

Shades of Moon Raker #B8ABD0

Tints of Moon Raker #B8ABD0

Color information

#B8ABD0 (or 0xB8ABD0) is unknown color: approx Moon Raker. HEX triplet: B8, AB and D0. RGB value is (184,171,208). Sum of RGB (Red+Green+Blue) = 184+171+208=563 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.68% from 563); Green value is 171 (67.19% from 255 or 30.37% from 563); Blue value is 208 (81.64% from 255 or 36.94% from 563); Max value from RGB is 208 - color contains mainly: blue. Hex color #B8ABD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8ABD0 is #47542F. Grayscale: #B2B2B2. Windows color (decimal): -4674608 or 13675448. OLE color: 13675448.

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

Color convert

RGB184171208-
CMYK0.120.1800.18
HSL261.08º28.24%74.31%-
HSV(B)261.08º17.79%81.57%-
XYZ45.7243.8765.73-
YUV179.1144.31131.49-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 32.68%
GREEN value IS 171 (67.19% from 255) = 30.37%
BLUE value IS 208 (81.64% from 255) = 36.94%
R=32.68%
G=30.37%
B=36.94%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1841712080.120.1800.18261.0828.2474.31
HexB8ABD0C120121051c4a
Octal270253320142202240534112
Binary101110001010101111010000110010010010010100000101111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8ABD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8ABD0; }

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

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

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

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

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

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

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

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