#BAACD7

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

Shades of Moon Raker #BAACD7

Tints of Moon Raker #BAACD7

Color information

#BAACD7 (or 0xBAACD7) is unknown color: approx Moon Raker. HEX triplet: BA, AC and D7. RGB value is (186,172,215). Sum of RGB (Red+Green+Blue) = 186+172+215=573 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.46% from 573); Green value is 172 (67.58% from 255 or 30.02% from 573); Blue value is 215 (84.38% from 255 or 37.52% from 573); Max value from RGB is 215 - color contains mainly: blue. Hex color #BAACD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAACD7 is #455328. Grayscale: #B4B4B4. Windows color (decimal): -4543273 or 14134458. OLE color: 14134458.

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

Color convert

RGB186172215-
CMYK0.130.200.16
HSL259.53º34.96%75.88%-
HSV(B)259.53º20%84.31%-
XYZ47.2744.8570.46-
YUV181.09147.14131.5-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.46%
GREEN value IS 172 (67.58% from 255) = 30.02%
BLUE value IS 215 (84.38% from 255) = 37.52%
R=32.46%
G=30.02%
B=37.52%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1861722150.130.200.16259.5334.9675.88
HexBAACD7D14010104234c
Octal272254327152402040443114
Binary1011101010101100110101111101101000100001000001001000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAACD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAACD7; }

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

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

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

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

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

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

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

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