#BAADD0

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

Shades of Moon Raker #BAADD0

Tints of Moon Raker #BAADD0

Color information

#BAADD0 (or 0xBAADD0) is unknown color: approx Moon Raker. HEX triplet: BA, AD and D0. RGB value is (186,173,208). Sum of RGB (Red+Green+Blue) = 186+173+208=567 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.80% from 567); Green value is 173 (67.97% from 255 or 30.51% from 567); Blue value is 208 (81.64% from 255 or 36.68% from 567); Max value from RGB is 208 - color contains mainly: blue. Hex color #BAADD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAADD0 is #45522F. Grayscale: #B4B4B4. Windows color (decimal): -4543024 or 13675962. OLE color: 13675962.

HSL color Cylindrical-coordinate representation of color #BAADD0: hue angle of 262.29º degrees, saturation: 0.27, 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 #BAADD0 is Cyan = 0.11, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB186173208-
CMYK0.110.1700.18
HSL262.29º27.13%74.71%-
HSV(B)262.29º16.83%81.57%-
XYZ46.5844.8865.88-
YUV180.88143.31131.65-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.80%
GREEN value IS 173 (67.97% from 255) = 30.51%
BLUE value IS 208 (81.64% from 255) = 36.68%
R=32.80%
G=30.51%
B=36.68%

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
Decimal1861732080.110.1700.18262.2927.1374.71
HexBAADD0B110121061b4b
Octal272255320132102240633113
Binary101110101010110111010000101110001010010100000110110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAADD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAADD0; }

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

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

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

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

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

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

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

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