#BAACD5

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

Shades of Moon Raker #BAACD5

Tints of Moon Raker #BAACD5

Color information

#BAACD5 (or 0xBAACD5) is unknown color: approx Moon Raker. HEX triplet: BA, AC and D5. RGB value is (186,172,213). Sum of RGB (Red+Green+Blue) = 186+172+213=571 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.57% from 571); Green value is 172 (67.58% from 255 or 30.12% from 571); Blue value is 213 (83.59% from 255 or 37.30% from 571); Max value from RGB is 213 - color contains mainly: blue. Hex color #BAACD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAACD5 is #45532A. Grayscale: #B4B4B4. Windows color (decimal): -4543275 or 14003386. OLE color: 14003386.

HSL color Cylindrical-coordinate representation of color #BAACD5: hue angle of 260.49º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BAACD5 is Cyan = 0.13, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB186172213-
CMYK0.130.1900.16
HSL260.49º32.8%75.49%-
HSV(B)260.49º19.25%83.53%-
XYZ47.0144.7569.11-
YUV180.86146.14131.67-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.57%
GREEN value IS 172 (67.58% from 255) = 30.12%
BLUE value IS 213 (83.59% from 255) = 37.30%
R=32.57%
G=30.12%
B=37.30%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1861722130.130.1900.16260.4932.875.49
HexBAACD5D13010104214b
Octal272254325152302040441113
Binary1011101010101100110101011101100110100001000001001000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAACD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAACD5; }

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

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

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

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

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

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

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

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