#BAACD8

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

Shades of Moon Raker #BAACD8

Tints of Moon Raker #BAACD8

Color information

#BAACD8 (or 0xBAACD8) is unknown color: approx Moon Raker. HEX triplet: BA, AC and D8. RGB value is (186,172,216). Sum of RGB (Red+Green+Blue) = 186+172+216=574 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.40% from 574); Green value is 172 (67.58% from 255 or 29.97% from 574); Blue value is 216 (84.77% from 255 or 37.63% from 574); Max value from RGB is 216 - color contains mainly: blue. Hex color #BAACD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAACD8 is #455327. Grayscale: #B5B5B5. Windows color (decimal): -4543272 or 14199994. OLE color: 14199994.

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

Color convert

RGB186172216-
CMYK0.140.2000.15
HSL259.09º36.07%76.08%-
HSV(B)259.09º20.37%84.71%-
XYZ47.444.971.13-
YUV181.2147.64131.42-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.40%
GREEN value IS 172 (67.58% from 255) = 29.97%
BLUE value IS 216 (84.77% from 255) = 37.63%
R=32.40%
G=29.97%
B=37.63%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1861722160.140.2000.15259.0936.0776.08
HexBAACD8E140F103244c
Octal272254330162401740344114
Binary101110101010110011011000111010100011111000000111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAACD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAACD8; }

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

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

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

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

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

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

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

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