#B8ABDE

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

Shades of Moon Raker #B8ABDE

Tints of Moon Raker #B8ABDE

Color information

#B8ABDE (or 0xB8ABDE) is unknown color: approx Moon Raker. HEX triplet: B8, AB and DE. RGB value is (184,171,222). Sum of RGB (Red+Green+Blue) = 184+171+222=577 (76% of max value = 765). Red value is 184 (72.27% from 255 or 31.89% from 577); Green value is 171 (67.19% from 255 or 29.64% from 577); Blue value is 222 (87.11% from 255 or 38.47% from 577); Max value from RGB is 222 - color contains mainly: blue. Hex color #B8ABDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8ABDE is #475421. Grayscale: #B4B4B4. Windows color (decimal): -4674594 or 14592952. OLE color: 14592952.

HSL color Cylindrical-coordinate representation of color #B8ABDE: hue angle of 255.29º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B8ABDE is Cyan = 0.17, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB184171222-
CMYK0.170.2300.13
HSL255.29º43.59%77.06%-
HSV(B)255.29º22.97%87.06%-
XYZ47.5144.5975.21-
YUV180.7151.31130.35-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 31.89%
GREEN value IS 171 (67.19% from 255) = 29.64%
BLUE value IS 222 (87.11% from 255) = 38.47%
R=31.89%
G=29.64%
B=38.47%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1841712220.170.2300.13255.2943.5977.06
HexB8ABDE11170Dff2c4d
Octal270253336212701537754115
Binary101110001010101111011110100011011101101111111111011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8ABDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8ABDE; }

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

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

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

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

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

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

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

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