#B9ABE0

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

Shades of Moon Raker #B9ABE0

Tints of Moon Raker #B9ABE0

Color information

#B9ABE0 (or 0xB9ABE0) is unknown color: approx Moon Raker. HEX triplet: B9, AB and E0. RGB value is (185,171,224). Sum of RGB (Red+Green+Blue) = 185+171+224=580 (76% of max value = 765). Red value is 185 (72.66% from 255 or 31.90% from 580); Green value is 171 (67.19% from 255 or 29.48% from 580); Blue value is 224 (87.89% from 255 or 38.62% from 580); Max value from RGB is 224 - color contains mainly: blue. Hex color #B9ABE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9ABE0 is #46541F. Grayscale: #B5B5B5. Windows color (decimal): -4609056 or 14724025. OLE color: 14724025.

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

Color convert

RGB185171224-
CMYK0.170.2400.12
HSL255.85º46.09%77.45%-
HSV(B)255.85º23.66%87.84%-
XYZ48.0344.8276.64-
YUV181.23152.14130.69-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.90%
GREEN value IS 171 (67.19% from 255) = 29.48%
BLUE value IS 224 (87.89% from 255) = 38.62%
R=31.90%
G=29.48%
B=38.62%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1851712240.170.2400.12255.8546.0977.45
HexB9ABE011180C1002e4d
Octal271253340213001440056115
Binary1011100110101011111000001000111000011001000000001011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9ABE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9ABE0; }

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

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

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

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

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

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

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

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