#B8ABD4

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

Shades of Moon Raker #B8ABD4

Tints of Moon Raker #B8ABD4

Color information

#B8ABD4 (or 0xB8ABD4) is unknown color: approx Moon Raker. HEX triplet: B8, AB and D4. RGB value is (184,171,212). Sum of RGB (Red+Green+Blue) = 184+171+212=567 (75% of max value = 765). Red value is 184 (72.27% from 255 or 32.45% from 567); Green value is 171 (67.19% from 255 or 30.16% from 567); Blue value is 212 (83.20% from 255 or 37.39% from 567); Max value from RGB is 212 - color contains mainly: blue. Hex color #B8ABD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8ABD4 is #47542B. Grayscale: #B3B3B3. Windows color (decimal): -4674604 or 13937592. OLE color: 13937592.

HSL color Cylindrical-coordinate representation of color #B8ABD4: hue angle of 259.02º degrees, saturation: 0.32, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B8ABD4 is Cyan = 0.13, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB184171212-
CMYK0.130.1900.17
HSL259.02º32.28%75.1%-
HSV(B)259.02º19.34%83.14%-
XYZ46.2144.0768.36-
YUV179.56146.31131.17-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 32.45%
GREEN value IS 171 (67.19% from 255) = 30.16%
BLUE value IS 212 (83.20% from 255) = 37.39%
R=32.45%
G=30.16%
B=37.39%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1841712120.130.1900.17259.0232.2875.1
HexB8ABD4D13011103204b
Octal270253324152302140340113
Binary1011100010101011110101001101100110100011000000111000001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8ABD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8ABD4; }

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

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

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

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

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

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

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

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