#BAABE1

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

Shades of Moon Raker #BAABE1

Tints of Moon Raker #BAABE1

Color information

#BAABE1 (or 0xBAABE1) is unknown color: approx Moon Raker. HEX triplet: BA, AB and E1. RGB value is (186,171,225). Sum of RGB (Red+Green+Blue) = 186+171+225=582 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.96% from 582); Green value is 171 (67.19% from 255 or 29.38% from 582); Blue value is 225 (88.28% from 255 or 38.66% from 582); Max value from RGB is 225 - color contains mainly: blue. Hex color #BAABE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAABE1 is #45541E. Grayscale: #B5B5B5. Windows color (decimal): -4543519 or 14789562. OLE color: 14789562.

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

Color convert

RGB186171225-
CMYK0.170.2400.12
HSL256.67º47.37%77.65%-
HSV(B)256.67º24%88.24%-
XYZ48.44577.37-
YUV181.64152.47131.11-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.96%
GREEN value IS 171 (67.19% from 255) = 29.38%
BLUE value IS 225 (88.28% from 255) = 38.66%
R=31.96%
G=29.38%
B=38.66%

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
Decimal1861712250.170.2400.12256.6747.3777.65
HexBAABE111180C1012f4e
Octal272253341213001440157116
Binary1011101010101011111000011000111000011001000000011011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAABE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAABE1; }

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

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

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

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

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

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

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

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