#BAABDA

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

Shades of Moon Raker #BAABDA

Tints of Moon Raker #BAABDA

Color information

#BAABDA (or 0xBAABDA) is unknown color: approx Moon Raker. HEX triplet: BA, AB and DA. RGB value is (186,171,218). Sum of RGB (Red+Green+Blue) = 186+171+218=575 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.35% from 575); Green value is 171 (67.19% from 255 or 29.74% from 575); Blue value is 218 (85.55% from 255 or 37.91% from 575); Max value from RGB is 218 - color contains mainly: blue. Hex color #BAABDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAABDA is #455425. Grayscale: #B4B4B4. Windows color (decimal): -4543526 or 14330810. OLE color: 14330810.

HSL color Cylindrical-coordinate representation of color #BAABDA: hue angle of 259.15º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BAABDA is Cyan = 0.15, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB186171218-
CMYK0.150.2200.15
HSL259.15º38.84%76.27%-
HSV(B)259.15º21.56%85.49%-
XYZ47.4744.6372.44-
YUV180.84148.97131.68-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.35%
GREEN value IS 171 (67.19% from 255) = 29.74%
BLUE value IS 218 (85.55% from 255) = 37.91%
R=32.35%
G=29.74%
B=37.91%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1861712180.150.2200.15259.1538.8476.27
HexBAABDAF160F103274c
Octal272253332172601740347114
Binary101110101010101111011010111110110011111000000111001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAABDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAABDA; }

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

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

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

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

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

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

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

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