#BAABD9

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

Shades of Moon Raker #BAABD9

Tints of Moon Raker #BAABD9

Color information

#BAABD9 (or 0xBAABD9) is unknown color: approx Moon Raker. HEX triplet: BA, AB and D9. RGB value is (186,171,217). Sum of RGB (Red+Green+Blue) = 186+171+217=574 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.40% from 574); Green value is 171 (67.19% from 255 or 29.79% from 574); Blue value is 217 (85.16% from 255 or 37.80% from 574); Max value from RGB is 217 - color contains mainly: blue. Hex color #BAABD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAABD9 is #455426. Grayscale: #B4B4B4. Windows color (decimal): -4543527 or 14265274. OLE color: 14265274.

HSL color Cylindrical-coordinate representation of color #BAABD9: hue angle of 259.57º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BAABD9 is Cyan = 0.14, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB186171217-
CMYK0.140.2100.15
HSL259.57º37.7%76.08%-
HSV(B)259.57º21.2%85.1%-
XYZ47.3444.5771.75-
YUV180.73148.47131.76-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.40%
GREEN value IS 171 (67.19% from 255) = 29.79%
BLUE value IS 217 (85.16% from 255) = 37.80%
R=32.40%
G=29.79%
B=37.80%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1861712170.140.2100.15259.5737.776.08
HexBAABD9E150F104264c
Octal272253331162501740446114
Binary101110101010101111011001111010101011111000001001001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAABD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAABD9; }

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

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

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

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

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

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

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

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