#B8ABDD

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

Shades of Moon Raker #B8ABDD

Tints of Moon Raker #B8ABDD

Color information

#B8ABDD (or 0xB8ABDD) is unknown color: approx Moon Raker. HEX triplet: B8, AB and DD. RGB value is (184,171,221). Sum of RGB (Red+Green+Blue) = 184+171+221=576 (76% of max value = 765). Red value is 184 (72.27% from 255 or 31.94% from 576); Green value is 171 (67.19% from 255 or 29.69% from 576); Blue value is 221 (86.72% from 255 or 38.37% from 576); Max value from RGB is 221 - color contains mainly: blue. Hex color #B8ABDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8ABDD is #475422. Grayscale: #B4B4B4. Windows color (decimal): -4674595 or 14527416. OLE color: 14527416.

HSL color Cylindrical-coordinate representation of color #B8ABDD: hue angle of 255.6º degrees, saturation: 0.42, 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 #B8ABDD is Cyan = 0.17, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB184171221-
CMYK0.170.2300.13
HSL255.6º42.37%76.86%-
HSV(B)255.6º22.62%86.67%-
XYZ47.3844.5474.51-
YUV180.59150.81130.43-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 31.94%
GREEN value IS 171 (67.19% from 255) = 29.69%
BLUE value IS 221 (86.72% from 255) = 38.37%
R=31.94%
G=29.69%
B=38.37%

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
Decimal1841712210.170.2300.13255.642.3776.86
HexB8ABDD11170D1002a4d
Octal270253335212701540052115
Binary1011100010101011110111011000110111011011000000001010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8ABDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8ABDD; }

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

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

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

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

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

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

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

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