#B9ABE1

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

Shades of Moon Raker #B9ABE1

Tints of Moon Raker #B9ABE1

Color information

#B9ABE1 (or 0xB9ABE1) is unknown color: approx Moon Raker. HEX triplet: B9, AB and E1. RGB value is (185,171,225). Sum of RGB (Red+Green+Blue) = 185+171+225=581 (76% of max value = 765). Red value is 185 (72.66% from 255 or 31.84% from 581); Green value is 171 (67.19% from 255 or 29.43% from 581); Blue value is 225 (88.28% from 255 or 38.73% from 581); Max value from RGB is 225 - color contains mainly: blue. Hex color #B9ABE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9ABE1 is #46541E. Grayscale: #B5B5B5. Windows color (decimal): -4609055 or 14789561. OLE color: 14789561.

HSL color Cylindrical-coordinate representation of color #B9ABE1: hue angle of 255.56º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B9ABE1 is Cyan = 0.18, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB185171225-
CMYK0.180.2400.12
HSL255.56º47.37%77.65%-
HSV(B)255.56º24%88.24%-
XYZ48.1644.8877.36-
YUV181.34152.64130.61-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.84%
GREEN value IS 171 (67.19% from 255) = 29.43%
BLUE value IS 225 (88.28% from 255) = 38.73%
R=31.84%
G=29.43%
B=38.73%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1851712250.180.2400.12255.5647.3777.65
HexB9ABE112180C1002f4e
Octal271253341223001440057116
Binary1011100110101011111000011001011000011001000000001011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9ABE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9ABE1; }

 p { color: rgb(185,171,225); }

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

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

 a { background-color: rgb(185,171,225); }

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

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

 span { border-color: rgb(185,171,225); }

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