#BAACD0

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

Shades of Moon Raker #BAACD0

Tints of Moon Raker #BAACD0

Color information

#BAACD0 (or 0xBAACD0) is unknown color: approx Moon Raker. HEX triplet: BA, AC and D0. RGB value is (186,172,208). Sum of RGB (Red+Green+Blue) = 186+172+208=566 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.86% from 566); Green value is 172 (67.58% from 255 or 30.39% from 566); Blue value is 208 (81.64% from 255 or 36.75% from 566); Max value from RGB is 208 - color contains mainly: blue. Hex color #BAACD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAACD0 is #45532F. Grayscale: #B4B4B4. Windows color (decimal): -4543280 or 13675706. OLE color: 13675706.

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

Color convert

RGB186172208-
CMYK0.110.1700.18
HSL263.33º27.69%74.51%-
HSV(B)263.33º17.31%81.57%-
XYZ46.3944.565.82-
YUV180.29143.64132.07-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.86%
GREEN value IS 172 (67.58% from 255) = 30.39%
BLUE value IS 208 (81.64% from 255) = 36.75%
R=32.86%
G=30.39%
B=36.75%

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
Decimal1861722080.110.1700.18263.3327.6974.51
HexBAACD0B110121071c4b
Octal272254320132102240734113
Binary101110101010110011010000101110001010010100000111111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAACD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAACD0; }

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

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

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

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

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

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

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

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