#BAABE0

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

Shades of Moon Raker #BAABE0

Tints of Moon Raker #BAABE0

Color information

#BAABE0 (or 0xBAABE0) is unknown color: approx Moon Raker. HEX triplet: BA, AB and E0. RGB value is (186,171,224). Sum of RGB (Red+Green+Blue) = 186+171+224=581 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.01% from 581); Green value is 171 (67.19% from 255 or 29.43% from 581); Blue value is 224 (87.89% from 255 or 38.55% from 581); Max value from RGB is 224 - color contains mainly: blue. Hex color #BAABE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAABE0 is #45541F. Grayscale: #B5B5B5. Windows color (decimal): -4543520 or 14724026. OLE color: 14724026.

HSL color Cylindrical-coordinate representation of color #BAABE0: hue angle of 256.98º 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 #BAABE0 is Cyan = 0.17, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB186171224-
CMYK0.170.2400.12
HSL256.98º46.09%77.45%-
HSV(B)256.98º23.66%87.84%-
XYZ48.2744.9576.65-
YUV181.53151.97131.19-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.01%
GREEN value IS 171 (67.19% from 255) = 29.43%
BLUE value IS 224 (87.89% from 255) = 38.55%
R=32.01%
G=29.43%
B=38.55%

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
Decimal1861712240.170.2400.12256.9846.0977.45
HexBAABE011180C1012e4d
Octal272253340213001440156115
Binary1011101010101011111000001000111000011001000000011011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAABE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAABE0; }

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

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

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

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

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

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

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

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