#BAB0D1

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

Shades of Moon Raker #BAB0D1

Tints of Moon Raker #BAB0D1

Color information

#BAB0D1 (or 0xBAB0D1) is unknown color: approx Moon Raker. HEX triplet: BA, B0 and D1. RGB value is (186,176,209). Sum of RGB (Red+Green+Blue) = 186+176+209=571 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.57% from 571); Green value is 176 (69.14% from 255 or 30.82% from 571); Blue value is 209 (82.03% from 255 or 36.60% from 571); Max value from RGB is 209 - color contains mainly: blue. Hex color #BAB0D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAB0D1 is #454F2E. Grayscale: #B6B6B6. Windows color (decimal): -4542255 or 13742266. OLE color: 13742266.

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

Color convert

RGB186176209-
CMYK0.110.1600.18
HSL258.18º26.4%75.49%-
HSV(B)258.18º15.79%81.96%-
XYZ47.2846.0966.73-
YUV182.75142.81130.32-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.57%
GREEN value IS 176 (69.14% from 255) = 30.82%
BLUE value IS 209 (82.03% from 255) = 36.60%
R=32.57%
G=30.82%
B=36.60%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1861762090.110.1600.18258.1826.475.49
HexBAB0D1B100121021a4b
Octal272260321132002240232113
Binary101110101011000011010001101110000010010100000010110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB0D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB0D1; }

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

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

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

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

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

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

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

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