#BAAACF

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

Shades of Moon Raker #BAAACF

Tints of Moon Raker #BAAACF

Color information

#BAAACF (or 0xBAAACF) is unknown color: approx Moon Raker. HEX triplet: BA, AA and CF. RGB value is (186,170,207). Sum of RGB (Red+Green+Blue) = 186+170+207=563 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.04% from 563); Green value is 170 (66.80% from 255 or 30.20% from 563); Blue value is 207 (81.25% from 255 or 36.77% from 563); Max value from RGB is 207 - color contains mainly: blue. Hex color #BAAACF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAAACF is #455530. Grayscale: #B2B2B2. Windows color (decimal): -4543793 or 13609658. OLE color: 13609658.

HSL color Cylindrical-coordinate representation of color #BAAACF: hue angle of 265.95º degrees, saturation: 0.28, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BAAACF is Cyan = 0.10, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB186170207-
CMYK0.100.1800.19
HSL265.95º27.82%73.92%-
HSV(B)265.95º17.87%81.18%-
XYZ45.8943.6965.05-
YUV179143.8132.99-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.04%
GREEN value IS 170 (66.80% from 255) = 30.20%
BLUE value IS 207 (81.25% from 255) = 36.77%
R=33.04%
G=30.20%
B=36.77%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1861702070.100.1800.19265.9527.8273.92
HexBAAACFA1201310a1c4a
Octal272252317122202341234112
Binary101110101010101011001111101010010010011100001010111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAACF; }

 p { color: rgb(186,170,207); }

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

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

 a { background-color: rgb(186,170,207); }

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

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

 span { border-color: rgb(186,170,207); }

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