#BAACCD

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

Shades of Moon Raker #BAACCD

Tints of Moon Raker #BAACCD

Color information

#BAACCD (or 0xBAACCD) is unknown color: approx Moon Raker. HEX triplet: BA, AC and CD. RGB value is (186,172,205). Sum of RGB (Red+Green+Blue) = 186+172+205=563 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.04% from 563); Green value is 172 (67.58% from 255 or 30.55% from 563); Blue value is 205 (80.47% from 255 or 36.41% from 563); Max value from RGB is 205 - color contains mainly: blue. Hex color #BAACCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAACCD is #455332. Grayscale: #B3B3B3. Windows color (decimal): -4543283 or 13479098. OLE color: 13479098.

HSL color Cylindrical-coordinate representation of color #BAACCD: hue angle of 265.45º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BAACCD is Cyan = 0.09, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB186172205-
CMYK0.090.1600.20
HSL265.45º24.81%73.92%-
HSV(B)265.45º16.1%80.39%-
XYZ46.0244.3563.89-
YUV179.95142.14132.32-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.04%
GREEN value IS 172 (67.58% from 255) = 30.55%
BLUE value IS 205 (80.47% from 255) = 36.41%
R=33.04%
G=30.55%
B=36.41%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1861722050.090.1600.20265.4524.8173.92
HexBAACCD910014109194a
Octal272254315112002441131112
Binary101110101010110011001101100110000010100100001001110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAACCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAACCD; }

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

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

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

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

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

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

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

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