#BAABD5

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

Shades of Moon Raker #BAABD5

Tints of Moon Raker #BAABD5

Color information

#BAABD5 (or 0xBAABD5) is unknown color: approx Moon Raker. HEX triplet: BA, AB and D5. RGB value is (186,171,213). Sum of RGB (Red+Green+Blue) = 186+171+213=570 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.63% from 570); Green value is 171 (67.19% from 255 or 30% from 570); Blue value is 213 (83.59% from 255 or 37.37% from 570); Max value from RGB is 213 - color contains mainly: blue. Hex color #BAABD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAABD5 is #45542A. Grayscale: #B4B4B4. Windows color (decimal): -4543531 or 14003130. OLE color: 14003130.

HSL color Cylindrical-coordinate representation of color #BAABD5: hue angle of 261.43º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BAABD5 is Cyan = 0.13, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB186171213-
CMYK0.130.2000.16
HSL261.43º33.33%75.29%-
HSV(B)261.43º19.72%83.53%-
XYZ46.8244.3769.05-
YUV180.27146.47132.08-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.63%
GREEN value IS 171 (67.19% from 255) = 30%
BLUE value IS 213 (83.59% from 255) = 37.37%
R=32.63%
G=30%
B=37.37%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1861712130.130.2000.16261.4333.3375.29
HexBAABD5D14010105214b
Octal272253325152402040541113
Binary1011101010101011110101011101101000100001000001011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAABD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAABD5; }

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

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

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

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

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

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

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

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