#BAB1D7

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

Shades of Moon Raker #BAB1D7

Tints of Moon Raker #BAB1D7

Color information

#BAB1D7 (or 0xBAB1D7) is unknown color: approx Moon Raker. HEX triplet: BA, B1 and D7. RGB value is (186,177,215). Sum of RGB (Red+Green+Blue) = 186+177+215=578 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.18% from 578); Green value is 177 (69.53% from 255 or 30.62% from 578); Blue value is 215 (84.38% from 255 or 37.20% from 578); Max value from RGB is 215 - color contains mainly: blue. Hex color #BAB1D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAB1D7 is #454E28. Grayscale: #B7B7B7. Windows color (decimal): -4541993 or 14135738. OLE color: 14135738.

HSL color Cylindrical-coordinate representation of color #BAB1D7: hue angle of 254.21º degrees, saturation: 0.32, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BAB1D7 is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB186177215-
CMYK0.130.1800.16
HSL254.21º32.2%76.86%-
HSV(B)254.21º17.67%84.31%-
XYZ48.2446.7970.78-
YUV184.02145.48129.41-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.18%
GREEN value IS 177 (69.53% from 255) = 30.62%
BLUE value IS 215 (84.38% from 255) = 37.20%
R=32.18%
G=30.62%
B=37.20%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1861772150.130.1800.16254.2132.276.86
HexBAB1D7D12010fe204d
Octal272261327152202037640115
Binary101110101011000111010111110110010010000111111101000001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB1D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB1D7; }

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

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

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

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

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

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

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

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