#BAABD0

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

Shades of Moon Raker #BAABD0

Tints of Moon Raker #BAABD0

Color information

#BAABD0 (or 0xBAABD0) is unknown color: approx Moon Raker. HEX triplet: BA, AB and D0. RGB value is (186,171,208). Sum of RGB (Red+Green+Blue) = 186+171+208=565 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.92% from 565); Green value is 171 (67.19% from 255 or 30.27% from 565); Blue value is 208 (81.64% from 255 or 36.81% from 565); Max value from RGB is 208 - color contains mainly: blue. Hex color #BAABD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAABD0 is #45542F. Grayscale: #B3B3B3. Windows color (decimal): -4543536 or 13675450. OLE color: 13675450.

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

Color convert

RGB186171208-
CMYK0.110.1800.18
HSL264.32º28.24%74.31%-
HSV(B)264.32º17.79%81.57%-
XYZ46.244.1265.76-
YUV179.7143.97132.49-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.92%
GREEN value IS 171 (67.19% from 255) = 30.27%
BLUE value IS 208 (81.64% from 255) = 36.81%
R=32.92%
G=30.27%
B=36.81%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1861712080.110.1800.18264.3228.2474.31
HexBAABD0B120121081c4a
Octal272253320132202241034112
Binary101110101010101111010000101110010010010100001000111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAABD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAABD0; }

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

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

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

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

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

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

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

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