#BAABDE

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

Shades of Moon Raker #BAABDE

Tints of Moon Raker #BAABDE

Color information

#BAABDE (or 0xBAABDE) is unknown color: approx Moon Raker. HEX triplet: BA, AB and DE. RGB value is (186,171,222). Sum of RGB (Red+Green+Blue) = 186+171+222=579 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.12% from 579); Green value is 171 (67.19% from 255 or 29.53% from 579); Blue value is 222 (87.11% from 255 or 38.34% from 579); Max value from RGB is 222 - color contains mainly: blue. Hex color #BAABDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAABDE is #455421. Grayscale: #B5B5B5. Windows color (decimal): -4543522 or 14592954. OLE color: 14592954.

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

Color convert

RGB186171222-
CMYK0.160.2300.13
HSL257.65º43.59%77.06%-
HSV(B)257.65º22.97%87.06%-
XYZ4844.8475.23-
YUV181.3150.97131.35-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.12%
GREEN value IS 171 (67.19% from 255) = 29.53%
BLUE value IS 222 (87.11% from 255) = 38.34%
R=32.12%
G=29.53%
B=38.34%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1861712220.160.2300.13257.6543.5977.06
HexBAABDE10170D1022c4d
Octal272253336202701540254115
Binary1011101010101011110111101000010111011011000000101011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAABDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAABDE; }

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

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

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

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

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

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

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

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