#BAAAD4

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

Shades of Moon Raker #BAAAD4

Tints of Moon Raker #BAAAD4

Color information

#BAAAD4 (or 0xBAAAD4) is unknown color: approx Moon Raker. HEX triplet: BA, AA and D4. RGB value is (186,170,212). Sum of RGB (Red+Green+Blue) = 186+170+212=568 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.75% from 568); Green value is 170 (66.80% from 255 or 29.93% from 568); Blue value is 212 (83.20% from 255 or 37.32% from 568); Max value from RGB is 212 - color contains mainly: blue. Hex color #BAAAD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAAAD4 is #45552B. Grayscale: #B3B3B3. Windows color (decimal): -4543788 or 13937338. OLE color: 13937338.

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

Color convert

RGB186170212-
CMYK0.120.2000.17
HSL262.86º32.81%74.9%-
HSV(B)262.86º19.81%83.14%-
XYZ46.5143.9468.32-
YUV179.57146.3132.58-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.75%
GREEN value IS 170 (66.80% from 255) = 29.93%
BLUE value IS 212 (83.20% from 255) = 37.32%
R=32.75%
G=29.93%
B=37.32%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1861702120.120.2000.17262.8632.8174.9
HexBAAAD4C14011107214b
Octal272252324142402140741113
Binary1011101010101010110101001100101000100011000001111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAAD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAAD4; }

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

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

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

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

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

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

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

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