#BAABD6

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

Shades of Moon Raker #BAABD6

Tints of Moon Raker #BAABD6

Color information

#BAABD6 (or 0xBAABD6) is unknown color: approx Moon Raker. HEX triplet: BA, AB and D6. RGB value is (186,171,214). Sum of RGB (Red+Green+Blue) = 186+171+214=571 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.57% from 571); Green value is 171 (67.19% from 255 or 29.95% from 571); Blue value is 214 (83.98% from 255 or 37.48% from 571); Max value from RGB is 214 - color contains mainly: blue. Hex color #BAABD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAABD6 is #455429. Grayscale: #B4B4B4. Windows color (decimal): -4543530 or 14068666. OLE color: 14068666.

HSL color Cylindrical-coordinate representation of color #BAABD6: hue angle of 260.93º degrees, saturation: 0.34, 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 #BAABD6 is Cyan = 0.13, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB186171214-
CMYK0.130.2000.16
HSL260.93º34.4%75.49%-
HSV(B)260.93º20.09%83.92%-
XYZ46.9544.4269.72-
YUV180.39146.97132-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.57%
GREEN value IS 171 (67.19% from 255) = 29.95%
BLUE value IS 214 (83.98% from 255) = 37.48%
R=32.57%
G=29.95%
B=37.48%

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
Decimal1861712140.130.2000.16260.9334.475.49
HexBAABD6D14010105224b
Octal272253326152402040542113
Binary1011101010101011110101101101101000100001000001011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAABD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAABD6; }

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

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

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

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

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

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

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

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