#BAB1D1

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

Shades of Moon Raker #BAB1D1

Tints of Moon Raker #BAB1D1

Color information

#BAB1D1 (or 0xBAB1D1) is unknown color: approx Moon Raker. HEX triplet: BA, B1 and D1. RGB value is (186,177,209). Sum of RGB (Red+Green+Blue) = 186+177+209=572 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.52% from 572); Green value is 177 (69.53% from 255 or 30.94% from 572); Blue value is 209 (82.03% from 255 or 36.54% from 572); Max value from RGB is 209 - color contains mainly: blue. Hex color #BAB1D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAB1D1 is #454E2E. Grayscale: #B7B7B7. Windows color (decimal): -4541999 or 13742522. OLE color: 13742522.

HSL color Cylindrical-coordinate representation of color #BAB1D1: hue angle of 256.88º degrees, saturation: 0.26, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BAB1D1 is Cyan = 0.11, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB186177209-
CMYK0.110.1500.18
HSL256.88º25.81%75.69%-
HSV(B)256.88º15.31%81.96%-
XYZ47.4846.4966.79-
YUV183.34142.48129.9-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.52%
GREEN value IS 177 (69.53% from 255) = 30.94%
BLUE value IS 209 (82.03% from 255) = 36.54%
R=32.52%
G=30.94%
B=36.54%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1861772090.110.1500.18256.8825.8175.69
HexBAB1D1BF0121011a4c
Octal272261321131702240132114
Binary10111010101100011101000110111111010010100000001110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB1D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB1D1; }

 p { color: rgb(186,177,209); }

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

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

 a { background-color: rgb(186,177,209); }

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

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

 span { border-color: rgb(186,177,209); }

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