#BAABD4

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

Shades of Moon Raker #BAABD4

Tints of Moon Raker #BAABD4

Color information

#BAABD4 (or 0xBAABD4) is unknown color: approx Moon Raker. HEX triplet: BA, AB and D4. RGB value is (186,171,212). Sum of RGB (Red+Green+Blue) = 186+171+212=569 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.69% from 569); Green value is 171 (67.19% from 255 or 30.05% from 569); Blue value is 212 (83.20% from 255 or 37.26% from 569); Max value from RGB is 212 - color contains mainly: blue. Hex color #BAABD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAABD4 is #45542B. Grayscale: #B4B4B4. Windows color (decimal): -4543532 or 13937594. OLE color: 13937594.

HSL color Cylindrical-coordinate representation of color #BAABD4: hue angle of 261.95º degrees, saturation: 0.32, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BAABD4 is Cyan = 0.12, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB186171212-
CMYK0.120.1900.17
HSL261.95º32.28%75.1%-
HSV(B)261.95º19.34%83.14%-
XYZ46.744.3268.38-
YUV180.16145.97132.17-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.69%
GREEN value IS 171 (67.19% from 255) = 30.05%
BLUE value IS 212 (83.20% from 255) = 37.26%
R=32.69%
G=30.05%
B=37.26%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1861712120.120.1900.17261.9532.2875.1
HexBAABD4C13011106204b
Octal272253324142302140640113
Binary1011101010101011110101001100100110100011000001101000001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAABD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAABD4; }

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

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

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

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

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

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

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

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