#BAACD9

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

Shades of Moon Raker #BAACD9

Tints of Moon Raker #BAACD9

Color information

#BAACD9 (or 0xBAACD9) is unknown color: approx Moon Raker. HEX triplet: BA, AC and D9. RGB value is (186,172,217). Sum of RGB (Red+Green+Blue) = 186+172+217=575 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.35% from 575); Green value is 172 (67.58% from 255 or 29.91% from 575); Blue value is 217 (85.16% from 255 or 37.74% from 575); Max value from RGB is 217 - color contains mainly: blue. Hex color #BAACD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAACD9 is #455326. Grayscale: #B5B5B5. Windows color (decimal): -4543271 or 14265530. OLE color: 14265530.

HSL color Cylindrical-coordinate representation of color #BAACD9: hue angle of 258.67º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BAACD9 is Cyan = 0.14, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB186172217-
CMYK0.140.2100.15
HSL258.67º37.19%76.27%-
HSV(B)258.67º20.74%85.1%-
XYZ47.5344.9571.82-
YUV181.32148.14131.34-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.35%
GREEN value IS 172 (67.58% from 255) = 29.91%
BLUE value IS 217 (85.16% from 255) = 37.74%
R=32.35%
G=29.91%
B=37.74%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1861722170.140.2100.15258.6737.1976.27
HexBAACD9E150F103254c
Octal272254331162501740345114
Binary101110101010110011011001111010101011111000000111001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAACD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAACD9; }

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

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

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

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

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

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

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

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