#BAADD1

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

Shades of Moon Raker #BAADD1

Tints of Moon Raker #BAADD1

Color information

#BAADD1 (or 0xBAADD1) is unknown color: approx Moon Raker. HEX triplet: BA, AD and D1. RGB value is (186,173,209). Sum of RGB (Red+Green+Blue) = 186+173+209=568 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.75% from 568); Green value is 173 (67.97% from 255 or 30.46% from 568); Blue value is 209 (82.03% from 255 or 36.80% from 568); Max value from RGB is 209 - color contains mainly: blue. Hex color #BAADD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAADD1 is #45522E. Grayscale: #B4B4B4. Windows color (decimal): -4543023 or 13741498. OLE color: 13741498.

HSL color Cylindrical-coordinate representation of color #BAADD1: hue angle of 261.67º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BAADD1 is Cyan = 0.11, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB186173209-
CMYK0.110.1700.18
HSL261.67º28.12%74.9%-
HSV(B)261.67º17.22%81.96%-
XYZ46.744.9366.53-
YUV180.99143.81131.57-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.75%
GREEN value IS 173 (67.97% from 255) = 30.46%
BLUE value IS 209 (82.03% from 255) = 36.80%
R=32.75%
G=30.46%
B=36.80%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1861732090.110.1700.18261.6728.1274.9
HexBAADD1B110121061c4b
Octal272255321132102240634113
Binary101110101010110111010001101110001010010100000110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAADD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAADD1; }

 p { color: rgb(186,173,209); }

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

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

 a { background-color: rgb(186,173,209); }

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

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

 span { border-color: rgb(186,173,209); }

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